Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Treat warnings as errors
Browse files Browse the repository at this point in the history
Treat warnings as errrors.
jhlegarreta committed Jan 9, 2025
1 parent d88ca78 commit 393ed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ addopts = [
]
doctest_optionflags = "ALLOW_UNICODE NORMALIZE_WHITESPACE ELLIPSIS"
env = "PYTHONHASHSEED=0"
filterwarnings = ["ignore::DeprecationWarning"]
filterwarnings = ["error", "ignore::DeprecationWarning"]
junit_family = "xunit2"


0 comments on commit 393ed88

Please sign in to comment.