disable all deprecation warnings in pytest
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1582ba9723
commit
77fcbabcc6
@ -1,4 +1,3 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore:Using.*the ABCs.*:DeprecationWarning
|
ignore::DeprecationWarning
|
||||||
ignore:You passed a bytestring as.*:DeprecationWarning
|
|
||||||
|
Loading…
Reference in New Issue
Block a user