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.
2 parents f806df0 + 52f45ec commit a365dc0Copy full SHA for a365dc0
pytest.ini
@@ -0,0 +1,8 @@
1
+[pytest]
2
+filterwarnings =
3
+ ; https://github.com/RDFLib/pyrdfa3/issues/31
4
+ ignore:the imp module is deprecated:DeprecationWarning
5
+ ignore:the imp module is deprecated:PendingDeprecationWarning
6
+ ; https://github.com/html5lib/html5lib-python/issues/402
7
+ ; https://bugs.launchpad.net/beautifulsoup/+bug/1847592
8
+ ignore:Using or importing the ABCs:DeprecationWarning
0 commit comments