[Pytest-commit] Issue #283: detox creates virtualenvs repeatedly and unnecessarily (hpk42/tox)

Marius Gedminas issues-reply at bitbucket.org
Wed Nov 4 05:37:39 EST 2015


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.




More information about the pytest-commit mailing list