Skip to content

Commit

Permalink
[Fix CI] Suppress false positive of pyre about nonexisting pytest.rai…
Browse files Browse the repository at this point in the history
…ses()

Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed May 12, 2024
1 parent b0a3c55 commit 039c024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cpiofile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# suppress false positive on pytest missing pytest.raises():
# pyre-ignore-all-errors[16]
"""
Test various modes of creating and extracting CpioFile using different compression
types, opening the archive as stream and as file, using pyfakefs as filesystem without
Expand Down

0 comments on commit 039c024

Please sign in to comment.