File: pytest.ini

package info (click to toggle)
extruct 0.18.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,048 kB
  • sloc: python: 2,106; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[pytest]
filterwarnings =
    ; https://github.com/RDFLib/pyrdfa3/issues/31
    ignore:the imp module is deprecated:DeprecationWarning
    ignore:the imp module is deprecated:PendingDeprecationWarning
    ; https://github.com/html5lib/html5lib-python/issues/402
    ; https://bugs.launchpad.net/beautifulsoup/+bug/1847592
    ignore:Using or importing the ABCs:DeprecationWarning