New issue 174: Allow testenv to be "non-voting" (optional)
https://bitbucket.org/hpk42/tox/issue/174/allow-testenv-to-be-non-voting-optional
Alexandre Conrad:
I would like to see an option that tells tox to not fail for testenvs / jobs
that are considered optional.
For example, i
New issue 177: Retain regular stdout with --result-json
https://bitbucket.org/hpk42/tox/issue/177/retain-regular-stdout-with-result-json
Alexandre Conrad:
The feature --result-json PATH "eats" the normal test results from stdout. I
would be very useful if it could write to json
New issue 633: Disable configuration discovery / lookup (setup.cfg, pytest.ini,
...)
https://bitbucket.org/hpk42/pytest/issue/633/disable-configuration-discovery-lookup
Alexandre Conrad:
I didn't find a way to disable configuration discovery, is this possible? I was
thinking about some
New issue 270: skipdist and usedevelop don't play well together
https://bitbucket.org/hpk42/tox/issues/270/skipdist-and-usedevelop-dont-play-well
Alexandre Conrad:
I'm trying to do usedevelop and skipsdist at the same time but it feels that
they are multially exclusive with tox.
I ha