We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da847de commit 70a2fd9Copy full SHA for 70a2fd9
1 file changed
tox.ini
@@ -41,7 +41,9 @@ commands = mypy -p setools -p setoolsgui -p tests
41
42
[testenv:install]
43
deps = {[testenv]deps}
44
-commands = {envpython} -m pip install --use-pep517 .
+allowlist_externals = find
45
+commands = {envpython} -m pip install --use-pep517 --root {envtmpdir}/setools .
46
+ find {envtmpdir}/setools
47
48
[testenv]
49
passenv = USERSPACE_SRC
0 commit comments