From 40e008247bca1c8261ba95cf23ccdb2e2cc80c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wojdy=C5=82a?= Date: Thu, 27 Feb 2025 15:08:05 +0100 Subject: [PATCH] fixup! windows: remove qubesadmin dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Wojdyła --- tests/test_executors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_executors.py b/tests/test_executors.py index 4297a3dd..32116491 100644 --- a/tests/test_executors.py +++ b/tests/test_executors.py @@ -379,4 +379,4 @@ def test_qubes_on_error_noclean(): check=True, ) - executor.cleanup(dispvm) + executor.cleanup()