Skip to content

Commit

Permalink
Merge pull request #301 from CycloneDX/fix-poetry-in-tox
Browse files Browse the repository at this point in the history
chore: fix poetry in tox
  • Loading branch information
madpah committed Sep 12, 2022
2 parents 7029721 + 7f8c668 commit 92aea8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ download = False
# settings in this category apply to all other testenv, if not overwritten
skip_install = True
whitelist_externals = poetry
deps =
poetry
## deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
commands_pre =
{envpython} --version
poetry install -v
Expand Down

0 comments on commit 92aea8d

Please sign in to comment.