Skip to content

Commit

Permalink
add -Werror flag to pytest ini_options (omry#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored May 7, 2021
1 parent 8cf4a3d commit 0b99ead
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
Expand Up @@ -12,7 +12,7 @@ exclude = '''
'''

[tool.pytest.ini_options]
addopts = "--import-mode=append"
addopts = "--import-mode=append -Werror"

[tool.towncrier]
package = "omegaconf"
Expand Down

0 comments on commit 0b99ead

Please sign in to comment.