tox-direct
tox-direct copied to clipboard
tox plugin to run commands directly - not in a virtualenv
Hello, Is there any plan to support tox4 ? This plugin is great, but changes introduced by tox4 breaks it totally. I tried to port it, but i stopped after...
Today I stumbled over the same problem you describe in #6 . So I tried to fix it based on your [rough sketch ](https://github.com/obestwalter/tox-direct/tree/refactor-and-make-less-dumb) and it solved the problem I...
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.