Trouble with development environment #2833
-
Thank you for the hard work on the latest tox. I like the new, simplified plugin model. I believe the documentation does not cover all use cases though, and I am busy with a new plugin to support a special installation step. Please, bear with me if this is not right forum to ask, but can I ask some guidance regarding the following plugin tasks:
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
From within a plugin you can insert a memory loader earlier into the source chain as done here https://github.com/tox-dev/tox/blob/main/src/tox/session/cmd/exec_.py#L31-L37
https://github.com/tox-dev/tox/blob/main/src/tox/session/env_select.py#L309-L330 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer, it works well. |
Beta Was this translation helpful? Give feedback.
From within a plugin you can insert a memory loader earlier into the source chain as done here https://github.com/tox-dev/tox/blob/main/src/tox/session/cmd/exec_…