Show deprecation warnings for tests
This commit is contained in:
parent
1181dc4f35
commit
c929b5bd8f
4
pytest.ini
Normal file
4
pytest.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[pytest]
|
||||
filterwarnings =
|
||||
once::DeprecationWarning
|
||||
once::PendingDeprecationWarning
|
Loading…
Reference in a new issue