File: pytest.ini

package info (click to toggle)
diffoscope 240%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,036 kB
  • sloc: python: 16,298; sh: 113; makefile: 97; xml: 36; javascript: 2
file content (9 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[pytest]
junit_family=xunit2
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