Skip to content

Commit 52f45ec

Browse files
committed
Ignore the imp PendingDeprecationWarning as well
1 parent 6d57f2e commit 52f45ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
filterwarnings =
33
; https://github.com/RDFLib/pyrdfa3/issues/31
44
ignore:the imp module is deprecated:DeprecationWarning
5+
ignore:the imp module is deprecated:PendingDeprecationWarning
56
; https://github.com/html5lib/html5lib-python/issues/402
67
; https://bugs.launchpad.net/beautifulsoup/+bug/1847592
78
ignore:Using or importing the ABCs:DeprecationWarning

0 commit comments

Comments
 (0)