Skip to content

Installing multiple nested packages #3232

Closed Answered by gaborbernat
rmartin16 asked this question in Q&A
Discussion options

You must be logged in to vote

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

def perform_packaging(self, for_env: EnvConfigSet) -> list[Package]:
"""Build the package to install."""
try:
deps = self._load_deps(for_env)
except BuildEditableNotSupportedError:
self.call_require_hooks.remove("editable")
targets = [e for e

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gaborbernat
Comment options

Answer selected by gaborbernat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants