Skip to content

Commit

Permalink
fix: ignore triqs errors in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoursehorse committed May 13, 2024
1 parent 0f7c570 commit 43b51b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ minversion = "7.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"ignore:invalid escape sequence:DeprecationWarning",
"error",
"ignore:::.*triqs*",
"error",
]
log_cli_level = "info"
testpaths = [
Expand Down

0 comments on commit 43b51b2

Please sign in to comment.