Skip to content

Commit 487c346

Browse files
committed
update tox
1 parent 0f0a590 commit 487c346

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 = true
7+
isolated_build = false
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-
deps = .[test]
91+
usedevelop = true
9292
depends =
9393
{py38,py39,py310,p311}: clean
9494

0 commit comments

Comments
 (0)