Installing multiple nested packages #3232
-
| I've been trying to work out how  This is a simplified version of the src layout. Can  Currently, I'm running  | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
| tox today supports a single package. You can create a plugin that supports multiple packages, but we don't plan to support it as part of the core for now. As you see here https://github.com/tox-dev/tox/blob/main/src/tox/tox_env/python/runner.py#L120C27-L120C68 we do allow for multiple packages, but the default packager here tox/src/tox/tox_env/python/virtual_env/package/pyproject.py Lines 211 to 267 in 0fd872d | 
Beta Was this translation helpful? Give feedback.
-
| I'm looking for how to use tox with  
 | 
Beta Was this translation helpful? Give feedback.
tox today supports a single package. You can create a plugin that supports multiple packages, but we don't plan to support it as part of the core for now. As you see here https://github.com/tox-dev/tox/blob/main/src/tox/tox_env/python/runner.py#L120C27-L120C68 we do allow for multiple packages, but the default packager here
tox/src/tox/tox_env/python/virtual_env/package/pyproject.py
Lines 211 to 267 in 0fd872d