From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 25 Dec 2022 10:59:40 -0400
Subject: no-pytest-K

pytest 7.1.2 does not support the -K option
---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index ece01b7..0f9e569 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -20,7 +20,6 @@ addopts =
     -rfEsxX
     --cov=limits
     -m "not benchmark"
-    -K
 filterwarnings =
     error
     module::ResourceWarning
