Skip to content

Commit

Permalink
Pin virtualenv to bypass python-poetry/poetry-plugin-export#176
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Apr 13, 2023
1 parent d5899d6 commit f9d1f9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 32 deletions.
44 changes: 12 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ pytest = "^6.2.5"
pytest-cov = "^3.0.0"
toml = "^0.10.2"
ruamel-yaml = {version = "^0.17.21", python = "^3.10"}
# This is a workaround for this issue with the Poetry export
# plugin which was blocking the 'security' CI check:
#
# https://github.com/python-poetry/poetry-plugin-export/issues/176
virtualenv = ">=20.15,<20.16"

[tool.poetry.group.ci.dependencies]
poetry = "^1.4.2"
Expand Down

0 comments on commit f9d1f9e

Please sign in to comment.