Skip to content

Commit

Permalink
Allow veryslow tests to be run.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcscott committed Aug 16, 2023
1 parent 9dc8293 commit 2ac2b1e
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 @@ -110,7 +110,7 @@ exclude_lines = [
]

[tool.pytest.ini_options]
addopts = "--import-mode=importlib -k 'not veryslow'"
addopts = "--import-mode=importlib"
testpaths = ["vayesta/tests"]
markers = [
"fast",
Expand Down

0 comments on commit 2ac2b1e

Please sign in to comment.