[Pytest-commit] Issue #174: Allow testenv to be "non-voting" (optional) (hpk42/tox)

2014-05-27 Thread Alexandre Conrad
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

[Pytest-commit] Issue #177: Retain regular stdout with --result-json (hpk42/tox)

2014-06-06 Thread Alexandre Conrad
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

[Pytest-commit] Issue #633: Disable configuration discovery / lookup (setup.cfg, pytest.ini, ...) (hpk42/pytest)

2014-11-21 Thread Alexandre Conrad
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

[Pytest-commit] Issue #270: skipdist and usedevelop don't play well together (hpk42/tox)

2015-08-24 Thread Alexandre Conrad
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