New issue 93: Environment is not recreated when install_requires in setup.py is 
changed
https://bitbucket.org/hpk42/tox/issue/93/environment-is-not-recreated-when

Takafumi Arakaki:

Here is a recipe to reproduce this problem.

1. Run tox in some project.
2. Add a new package to install_requires in setup.py
3. Run tox again.

I can write dependency in tox.ini to force recreate, but I think it is simpler 
if tox reinstall package.  I think it is as easy as removing --no-deps flag so 
I wonder why --no-deps is used in the first place.  Is there any drawbacks?  
Wouldn't it be nice if we can disable this flag optionally?


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to