Oliver Bestwalter
Oliver Bestwalter
As @hpk42 [mentioned](https://github.com/tox-dev/tox/pull/495#issuecomment-289426993) certain conventions have been growing to prevent command line args clashes between tox core and plugins, which boil down to * tox -> lowercase switches and long...
In #1137 it got clear that it might be a good idea to extend the [package docs](https://tox.readthedocs.io/en/latest/example/package.html) a bit to explain why `isolated_build` needs a pyproject.toml. We could have done...
When a toxrun fails it prints something like: ERROR: InvocationError for command '/path/to/.tox/pypy/bin/pytest tests' (exited with code 1) My experience with new users is that they are usually confused about...
When implementing https://github.com/tox-dev/tox/issues/544 a discussion arose about what it should look like when you output version information about the tool. https://github.com/tox-dev/tox/pull/628#discussion_r138037385 So I leave that suggestion here, that pluggy could...
Make sure that @drdavella can release but also maintainers here.
Make sure they reflect the new situation after the merge.
Hi, I added coverage to the tests of the tox project and stumbled over a problem when trying to record branch coverage. The problem is os independent and can be...
The way this is handled currently is plain wrong. If any testenv is marked as direct via envname or testenv attribute and a non-direct testenv is invoked, this happens: ```...
If basepython differs from host environment it could also be run there. Question is if this should be automatic or also on request.
This will make context merging even simpler.