Disabling local execution of test, letting pytest handle it

This commit is contained in:
Anton Hvornum 2022-05-01 19:38:14 +02:00
parent fdc23ff5bd
commit f68850293b
1 changed files with 1 additions and 3 deletions

View File

@ -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()
pathlib.Path(filename).resolve().unlink()