Skip to content

Commit

Permalink
Revert changes to pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Dec 14, 2023
1 parent 5d10e66 commit ee1b473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ isort.required-imports = ["from __future__ import annotations"]

[tool.pytest.ini_options]
minversion = "7.0"
addopts = "-rs --cov=oteapi_optimade --cov-report=term-missing"
addopts = "-rs --cov=oteapi_optimade --cov-report=term-missing:skip-covered --no-cov-on-fail"
filterwarnings = [
# Make all warnings errors (failing pytest)
# Fail on any warning
"error",

# Except the following:
Expand Down

0 comments on commit ee1b473

Please sign in to comment.