Skip to content

Commit

Permalink
Don't move isolated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilStenstrom committed Jul 12, 2024
1 parent 93b8b8b commit 4e30015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ envlist =
coverage,flake8,isort,mypy
requires =
virtualenv<=20.21.1
isolated_build = True

[gh-actions]
# Note: coverage runs the tests, so no need for py<version> on the last row
Expand All @@ -19,7 +20,6 @@ python =
3.9: py39
3.10: py310, coverage, flake8, isort, mypy
fail_on_no_env = True
isolated_build = True

[testenv]
allowlist_externals =
Expand Down

0 comments on commit 4e30015

Please sign in to comment.