Skip to content

Commit

Permalink
Configure filterwarnings=error for pytest (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Oct 18, 2023
1 parent 5b49d8d commit 2a79154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ versionfile_source = partd/_version.py
versionfile_build = partd/_version.py
tag_prefix =
parentdir_prefix = partd-

[tool:pytest]
addopts = --strict-markers --strict-config
filterwarnings = error

0 comments on commit 2a79154

Please sign in to comment.