We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2662e6 commit 6d57f2eCopy full SHA for 6d57f2e
pytest.ini
@@ -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