diff --git a/pyproject.toml b/pyproject.toml index aa91c069b8..22fecd2a9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,7 @@ show_missing = true [tool.pytest.ini_options] minversion = "7.1" +xfail_strict = false filterwarnings = [ "ignore::DeprecationWarning", ] @@ -165,7 +166,7 @@ markers = [ "no_licence: mark test that do not need a licence.", ] testpaths = "tests" -addopts = "-ra --cov=src/pyedb --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term -vv" +#addopts = "-ra --cov=src/pyedb --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term -vv" [tool.numpydoc_validation] checks = [