Skip to content

Commit ebd7ebb

Browse files
[Fix CI] Suppress false positive of pyre about nonexisting pytest.raises()
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent b0a3c55 commit ebd7ebb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_cpiofile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# suppress false positive on pytest missing pytest.raises():
2+
# pyre-ignore-all-errors[16]
13
"""
24
Test various modes of creating and extracting CpioFile using different compression
35
types, opening the archive as stream and as file, using pyfakefs as filesystem without

0 commit comments

Comments
 (0)