We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5f93c commit e93a1a4Copy full SHA for e93a1a4
tox.ini
@@ -12,4 +12,4 @@ deps = pytest>=7.0
12
numpy
13
commands = python -m pytest {posargs} ./pychunkedgraph/tests/
14
install_command = {toxinidir}/tox_install_command.sh {opts} {packages}
15
-allowlist_externals = ./tox_install_command.sh
+allowlist_externals = {toxinidir}/tox_install_command.sh
0 commit comments