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.
2 parents 7029721 + 7f8c668 commit 92aea8dCopy full SHA for 92aea8d
tox.ini
@@ -18,8 +18,7 @@ download = False
18
# settings in this category apply to all other testenv, if not overwritten
19
skip_install = True
20
whitelist_externals = poetry
21
-deps =
22
- poetry
+## deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
23
commands_pre =
24
{envpython} --version
25
poetry install -v
0 commit comments