Skip to content
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

Env is always recreated on windows with some conda deps #27

Closed
rompom opened this issue Jul 25, 2019 · 2 comments
Closed

Env is always recreated on windows with some conda deps #27

rompom opened this issue Jul 25, 2019 · 2 comments

Comments

@rompom
Copy link
Contributor

rompom commented Jul 25, 2019

Tox version : 3.13.2
tox-conda : 0.3.0

When first creating a virtual env, Tox create a file called .tox-config1 with ,among other things, list the dependencies used ( see here )

When running tox again, he check this file ( see here ) and the current list of depencies, and if there is a mismatch, Tox reinstall the virtual env.

Now the issue is that tox-conda remove the conda dependencies ( see here ) before running the pip install (which is ok), but doesn't re-inject them after the installations.

So when Tox write the config file, he doesn't have them, but when run a second time, they are present => config is different, env is rebuilt.

@AntoineD
Copy link
Collaborator

AntoineD commented Nov 8, 2020

There is a fix in the master branch for this, could you give it a try?

@AntoineD
Copy link
Collaborator

No update from author: closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants