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