diff --git a/pytest.ini b/pytest.ini index 5cf23b3..c24fe5b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,3 @@ [pytest] filterwarnings = - ignore:Using.*the ABCs.*:DeprecationWarning - ignore:You passed a bytestring as.*:DeprecationWarning + ignore::DeprecationWarning