New issue 286: tox freezes when pip installing from vcs in requirements.txt
https://bitbucket.org/hpk42/tox/issues/286/tox-freezes-when-pip-installing-from-vcs

Maik Figura:

I am using tox to pip install dependencies from a `requirements.txt` file.One 
of these dependencies is a repository. We are using pip's facility to install 
directly from the vcs: 

http://pip.readthedocs.org/en/stable/reference/pip_install/#git

I noticed that when the environments are created everything is fine, but as 
soon as I run `tox -r` and the environment with the cloned dependency inside 
exists, tox freezes, because it tries to clone the repository again but fails 
(as it already exists). 

Currently, the only solution to is to manually delete the environment (in my 
case the `.tox` folder).  


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

Reply via email to