This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author et
Recipients et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-17.01:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550367835.57.0.841570243079.issue36010@roundup.psfhosted.org>
In-reply-to
Content
Sorry I could have added more detailed use cases, so I'll append them here:

The use case for venv in this particular script is that it's written to also work outside of CI, so it doesn't assume it runs in a "clean" python like this. And I would rather have the exact same process run in CI than outside without too much unnecessary differences like avoiding venv use specifically

Another use case for use of venv in CI is the python-for-android project I contribute to, which uses it for cross compilation and similar and for testing inside CI, will also require venv. Currently I don't think it works on Windows due to some hardcoded Unix tool paths, but there are plans to port it and then this would also be an issue
History
Date User Action Args
2019-02-17 01:43:55etsetrecipients: + et, paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower
2019-02-17 01:43:55etsetmessageid: <1550367835.57.0.841570243079.issue36010@roundup.psfhosted.org>
2019-02-17 01:43:55etlinkissue36010 messages
2019-02-17 01:43:55etcreate