Skip to content

Commit

Permalink
pytest: Don't error out on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 25, 2024
1 parent f712c53 commit 37189bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
filterwarnings = [
'error',
# The following deprecation warnings come from Python 3.12 stdlib modules
"ignore:datetime.datetime.:DeprecationWarning:",
# This one is coming from plumpy
Expand Down

0 comments on commit 37189bd

Please sign in to comment.