Skip to content

Commit 6d57f2e

Browse files
committed
Filter out third-party warnings when running tests
1 parent b2662e6 commit 6d57f2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytest.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[pytest]
2+
filterwarnings =
3+
; https://github.com/RDFLib/pyrdfa3/issues/31
4+
ignore:the imp module is deprecated:DeprecationWarning
5+
; https://github.com/html5lib/html5lib-python/issues/402
6+
; https://bugs.launchpad.net/beautifulsoup/+bug/1847592
7+
ignore:Using or importing the ABCs:DeprecationWarning

0 commit comments

Comments
 (0)