Skip to content

Commit 92aea8d

Browse files
authored
Merge pull request #301 from CycloneDX/fix-poetry-in-tox
chore: fix poetry in tox
2 parents 7029721 + 7f8c668 commit 92aea8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ download = False
1818
# settings in this category apply to all other testenv, if not overwritten
1919
skip_install = True
2020
whitelist_externals = poetry
21-
deps =
22-
poetry
21+
## deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
2322
commands_pre =
2423
{envpython} --version
2524
poetry install -v

0 commit comments

Comments
 (0)