Skip to content

Commit

Permalink
Escalate test suite warnings to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Oct 4, 2024
1 parent 0f335b3 commit 14aaa63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ project-name = "PySCard"
project-url = "https://github.com/LudovicRousseau/pyscard"
html-output = "build/docs/apidocs"
warnings-as-errors = true


# pytest
# ------

[tool.pytest.ini_options]
addopts = "--color=yes"
filterwarnings = [
"error",
]

0 comments on commit 14aaa63

Please sign in to comment.