New issue 197: Project dependencies are not installed when usedevelop=False https://bitbucket.org/hpk42/tox/issue/197/project-dependencies-are-not-installed
DXist: I run tox without -r option. At he moment I have to manually install project dependencies when they are changed. Steps I do to reproduce this: 0. run tox to initialize test environment 1. activate test environment 2. remove a package my project depends on 3. run tox again and see failed test due to unsatisfied dependency When I set `usedevelop=True` problem disappears. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit