Description
Adds a tox plugin mode that runs tests in the current Python environment instead of creating a separate virtualenv. It helps distribution packagers and CI jobs test installed packages as they exist on the system.
Developers and packagers use it as a tox extension. Because it avoids isolation, be careful about system packages, environment variables, and side effects from tests.