From be402937455241dd183827d7de27dd2e9ea275d4 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 13 Nov 2023 16:40:04 +0100 Subject: [PATCH] TEST: update test xpass as success --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [