Skip to content

Commit

Permalink
TEST: update test xpass as success
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 13, 2023
1 parent bfb4e75 commit be40293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ show_missing = true

[tool.pytest.ini_options]
minversion = "7.1"
xfail_strict = false
filterwarnings = [
"ignore::DeprecationWarning",
]
Expand All @@ -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 = [
Expand Down

0 comments on commit be40293

Please sign in to comment.