Add workaround for export plugin issue

This commit is contained in:
2023-03-29 18:57:10 -04:00
parent 9c6486ce55
commit fcaac8ca43
3 changed files with 118 additions and 75 deletions

13
tox.ini
View File

@@ -69,11 +69,14 @@ commands =
poetry export \
--format requirements.txt \
--output {envtmpdir}/requirements.txt \
--without-hashes \
--with dev \
--with ci \
--with security \
--with test
--without-hashes
# For now these groups are disabled until this bug is resolved
# in poetry-plugin-export:
# https://github.com/python-poetry/poetry-plugin-export/issues/176
# --with dev \
# --with ci \
# --with security \
# --with test
safety check \
--file {envtmpdir}/requirements.txt \
--json