New issue 283: detox creates virtualenvs repeatedly and unnecessarily https://bitbucket.org/hpk42/tox/issues/283/detox-creates-virtualenvs-repeatedly-and
Marius Gedminas: When `detox` creates or recreates a virtualenv, it leaves it in a state where both `tox` and `detox` think the virtualenv isn't created at all, so the next run of `tox`/`detox` will create it again, wasting time. See https://gist.github.com/mgedmin/915b5e797c42f622225e for steps to reproduce with full output examples. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit