Skip to content

Commit 0170dc6

Browse files
authored
Update tox.ini
1 parent 487c346 commit 0170dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
isolated_build = false
7+
isolated_build = true
88
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py38,py39,py310,py311
99

1010
skip_missing_interpreters = False
@@ -88,7 +88,7 @@ commands =
8888
pip install 'dill>=0.3.8'
8989

9090
pytest {posargs}
91-
usedevelop = true
91+
deps = .[test]
9292
depends =
9393
{py38,py39,py310,p311}: clean
9494

0 commit comments

Comments
 (0)