From f68850293b52fb7c8638c9ad82eaeffbc4e75302 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 19:38:14 +0200 Subject: [PATCH] Disabling local execution of test, letting pytest handle it --- tests/guided-related/test_minimal_install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/guided-related/test_minimal_install.py b/tests/guided-related/test_minimal_install.py index ba67f0ea..823e88ab 100644 --- a/tests/guided-related/test_minimal_install.py +++ b/tests/guided-related/test_minimal_install.py @@ -168,6 +168,4 @@ def test_stat_blockdev(): else: raise AssertionError(f"Could not retrieve a loopdev for testing on {filename}") - pathlib.Path(filename).resolve().unlink() - -test_stat_blockdev() \ No newline at end of file + pathlib.Path(filename).resolve().unlink() \ No newline at end of file