Skip to content

Commit

Permalink
EHN restore pytest initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored Oct 13, 2021
1 parent 8f6c1a7 commit fe19e62
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]
addopts = --cov=proglearn --doctest-modules


filterwarnings =
# Matrix PendingDeprecationWarning.
ignore:Using or importing the ABCs from 'collections'
ignore:the imp module is deprecated in favour of importlib

0 comments on commit fe19e62

Please sign in to comment.