Skip to content

Commit

Permalink
Merge pull request #128 from Gallaecio/pytest-filterwarnings
Browse files Browse the repository at this point in the history
Filter out third-party warnings when running tests
  • Loading branch information
kmike committed Jan 15, 2020
2 parents f806df0 + 52f45ec commit a365dc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit a365dc0

Please sign in to comment.