Skip to content

Commit

Permalink
Fix deps pollution in tox 🏭
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Dec 30, 2024
1 parent 2f4f2d0 commit eae883d
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 @@ -101,7 +101,7 @@ env_list = ["py313", "py312", "py311"]
[tool.tox.env_run_base]
skip_install = true
allowlist_externals = ["poetry"]
commands_pre = [["poetry", "install", "--with=ci"]]
commands_pre = [["poetry", "install", "--with=ci", "--sync"]]
commands = [
["poetry", "run", "pytest"],
# ["poetry", "run", "mypyc", "src", "test"]
Expand Down

0 comments on commit eae883d

Please sign in to comment.