poetry export > requirements.txt
without a virtualenv produces an invalid requirements file
#6347
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
Starting with v1.2.0
poetry export
creates a virtualenv if one is not already present. This causes a message ("Creating virtualenv ...") to be printed to stdout and so results in an invalid requirements file. We runpoetry export > requirements.txt
as part of a CI/CD build so there isn't an existing virtualenv.The text was updated successfully, but these errors were encountered: