summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-12-13 10:51:14 -0500
committerCole Robinson <crobinso@redhat.com>2022-12-13 11:23:45 -0500
commitbb1afaba29019605a240a57d6b3ca8eb36341d9b (patch)
tree41349476a89b5c05727cefa191e95efe4743f28b /tests
parent4a2df064839f71ed94320771507b1271d041e397 (diff)
downloadvirt-manager-bb1afaba29019605a240a57d6b3ca8eb36341d9b.tar.gz
Fix pylint/pycodestyle warnings with latest versions
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_disk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_disk.py b/tests/test_disk.py
index ef065157..9127371b 100644
--- a/tests/test_disk.py
+++ b/tests/test_disk.py
@@ -82,6 +82,7 @@ def test_disk_dir_searchable(monkeypatch):
searchdata = virtinst.DeviceDisk.check_path_search(conn,
tmpdir + "/footest")
assert searchdata.uid == os.getuid()
+ # pylint: disable=use-implicit-booleaness-not-comparison
assert searchdata.fixlist == []
# Remove perms on the tmpdir, now it should report failures