Skip to content
Snippets Groups Projects
Verified Commit 3b5f695b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

ignore a python warning coming from a depending library (triggered by py 3.10)

parent 9bf746ab
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,6 @@ filterwarnings =
# this comes from binwalk
# https://github.com/ReFirmLabs/binwalk/issues/507
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
# this come from coverage, fixed in >= 6.0
# https://github.com/nedbat/coveragepy/commit/90815d959dfff9c42629e3467d6e1a410cce6d04
ignore:currentThread() is deprecated, use current_thread() instead
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment