mirror of
https://github.com/enpaul/peewee-plus.git
synced 2025-12-19 23:32:34 +00:00
Pin virtualenv to bypass python-poetry/poetry-plugin-export#176
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user