Skip to content

Commit

Permalink
tests: don't error if pytest can't create a cache
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 23, 2024
1 parent b5943fe commit 35ba459
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ addopts = [
"--strict-config",
"--import-mode=importlib",
]
filterwarnings = ["error"]
filterwarnings = [
"error",
"default:could not create cache path:pytest.PytestCacheWarning",
]
xfail_strict = true
testpaths = ["tests"]
required_plugins = ["pytest-benchmark"]
Expand Down

0 comments on commit 35ba459

Please sign in to comment.