From 40a041ffbab224f66aa4d8f1d2d57500219e8f53 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sat, 5 Nov 2022 14:28:37 +0100 Subject: [PATCH] Let's start fixing DeprecationWarnings --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e7161e8..f476347 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,3 @@ testpaths = tests filterwarnings = error - ignore::DeprecationWarning