Skip to content

Commit b8aa694

Browse files
committed
tests: fix pycodestyle violation with missing blank line
Fixes commit 0c146b2 Signed-off-by: Daniel P. Berrangé <[email protected]>
1 parent 0c146b2 commit b8aa694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_nodedev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def testPCIMdev():
157157
assert dev.type_id == "nvidia-11"
158158
assert dev.get_mdev_uuid() == "4b20d080-1b54-4048-85b3-a6a62d165c01"
159159

160+
160161
# libvirt <7.3.0 doesn't support <uuid> in the mdev node device xml
161162
@pytest.mark.skipif(libvirt.getVersion() < 7003000, reason="libvirt version doesn't support new mdev format")
162163
def testPCIMdevNewFormat():

0 commit comments

Comments
 (0)