Skip to content

Commit

Permalink
pytest: ignore deprecation warnings
Browse files Browse the repository at this point in the history
For Python 3.12 CI. Revert this commit at some point!
  • Loading branch information
gipert committed Jan 8, 2024
1 parent 8cef6a7 commit 266a60f
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 @@ -91,7 +91,7 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = "error"
filterwarnings = ["error", "ignore::DeprecationWarning"]
log_cli_level = "info"
testpaths = "tests"

Expand Down

0 comments on commit 266a60f

Please sign in to comment.