New issue 149: virtualenv is not recreated when deps change if '-r' is used
https://bitbucket.org/hpk42/tox/issue/149/virtualenv-is-not-recreated-when-deps

gavrie:

In my tox.ini, I have the following deps:

```
deps = -rpackaging/requirements.txt
```

Normally, when deps change, the virtualenv is recreated by tox.
However, when the contents of requirements.txt change, tox does not notice this 
and the environment is reused.

A workaround would be to list the deps directly in tox.ini, but that would 
require duplicating the contents of the existing requirements.txt that is used 
by other tools.


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

Reply via email to