From dc683f2d1cd9bd44dda97d23db3a3d4dea18e465 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 14 Dec 2020 19:07:02 +0200 Subject: [PATCH] pytest.ini: Change --strict to --strict-markers This is deprecated since pytest 6.2.0. See: https://docs.pytest.org/en/stable/deprecations.html#the-strict-command-line-option --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 0695cb3..f9816ff 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -addopts= -rsxX -s -v --strict +addopts= -rsxX -s -v --strict-markers filterwarnings = error::UserWarning