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).



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

Reply via email to