Disabling local execution of test, letting pytest handle it
This commit is contained in:
parent
fdc23ff5bd
commit
f68850293b
|
|
@ -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()
|
||||
Loading…
Reference in New Issue