From 96634cbb67b94cff35085087f8aab45ad6af8fb3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 3 Jan 2021 15:40:14 +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 c6aa5df..1df0c54 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts= -rsxX -s -v --strict --capture=sys +addopts= -rsxX -s -v --strict-markers --capture=sys filterwarnings = error::UserWarning ignore:.*U.* is deprecated:DeprecationWarning