summaryrefslogtreecommitdiff
path: root/tests/test_filereporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_filereporter.py')
-rw-r--r--tests/test_filereporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_filereporter.py b/tests/test_filereporter.py
index e50a7493..eb1e91e8 100644
--- a/tests/test_filereporter.py
+++ b/tests/test_filereporter.py
@@ -81,7 +81,7 @@ class FileReporterTest(UsingModulesMixin, CoverageTest):
acu2 = FileReporter("aa/afile.py")
zcu = FileReporter("aa/zfile.py")
bcu = FileReporter("aa/bb/bfile.py")
- assert acu == acu2 and acu <= acu2 and acu >= acu2
+ assert acu == acu2 and acu <= acu2 and acu >= acu2 # pylint: disable=chained-comparison
assert acu < zcu and acu <= zcu and acu != zcu
assert zcu > acu and zcu >= acu and zcu != acu
assert acu < bcu and acu <= bcu and acu != bcu