Skip to content

Commit

Permalink
Update pytest.ini (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Apr 18, 2024
2 parents 969d0c6 + aed88ef commit 7bc19b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ norecursedirs =
doctest_plus = enabled
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS
text_file_format = rst
addopts = --doctest-rst -p no:unraisableexception -p no:threadexception
addopts = --doctest-rst -p no:unraisableexception -p no:threadexception
filterwarnings =
# Turn all warnings into errors so they do not pass silently.
error
Expand Down

0 comments on commit 7bc19b4

Please sign in to comment.