[Pytest-commit] Issue #243: Regression with factor support and non-existing env (hpk42/tox)

Daniel Hahler issues-reply at bitbucket.org
Fri May 8 20:10:53 CEST 2015


New issue 243: Regression with factor support and non-existing env
https://bitbucket.org/hpk42/tox/issue/243/regression-with-factor-support-and-non

Daniel Hahler:

There's a regression with factor support, which will happily run a non-existing
env, if there are envs with that prefix:

    % tox -e checkqa
    GLOB sdist-make: …/pytest-django/setup.py
    checkqa create: …/pytest-django/.tox/checkqa
    checkqa inst: …/pytest-django/.tox/dist/pytest-django-2.8.0.zip
    checkqa runtests: PYTHONHASHSEED='1593817085'
    ________________________________________________________________________________ summary ________________________________________________________________________________
      checkqa: commands succeeded
      congratulations :)

However, "checkqa" does not exist, but only multiple "checkqa-pythonX.X" envs.

This is with pytest-django's tox.ini (https://raw.githubusercontent.com/pytest-dev/pytest-django/master/tox.ini).





More information about the pytest-commit mailing list