-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heads up project goals #17
Comments
@gaborbernat , slightly beyond the scope of this project, but how will that effect users of If they are not impacted, then this tox plugin is still needed for people also using tox-venv. |
virtualenv will create the same virtual environment under python 3 as venv, so there no longer will be any reason for people using tox-venv. |
I was looking into deprecating the tox-pip-version package for my use, but had a few hiccups with with virtualenv 20+.
|
Virtualenv seed packages is not a thing; in the end decided to implement things differently.
|
This is not supported at the moment. Implementing this might be complicated (for the app data seeder at least that is). |
Hello,
Just a heads up about the on-going development that will affect this project, there is this issue: (pypa/virtualenv#1366). This will allow customizing the virtualenv seed packages.
tox
will adopt it as soon as the newvirtualenv
is released (within the next month). Going ahead afterwards, the recommended way of setting custom seed packages will be by using tox-s setenv:👍
The text was updated successfully, but these errors were encountered: