From 77fcbabcc69416f758bd81e7f32a440332b14ec8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 28 Feb 2019 13:43:31 +0100 Subject: [PATCH] disable all deprecation warnings in pytest --- pytest.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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