Replies: 3 comments 23 replies
|
Can you detail exactly what's your use case/plugin functionality you want to migrate. Plugins interface is TBD at the moment, but the thought here is we now have a new paradigm so don't expect a 1 to 1 migration. |
|
Hey folks, pretty much the same issue - I'm trying to migrate to tox 4 but I was using
In |
|
I ported a plugin from using tox_configure in tox3 to tox_add_env_config in tox4. It checks for specific environment variables and some extra config options. Tox doesn't seem to be complaining about that, so that's one avenue to explore. |
Uh oh!
There was an error while loading. Please reload this page.
Lets try to use this thread for documenting how to port plugins to tox4.
One first question is around old
tox_configurehook implementation which no longer exists.All reactions