Skip to content

Avoiding duplicated environments #2193

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

You must be logged in to vote

There isn't at the moment. The problem is the more tools you install in the same environment the more likely you'll run into version conflicts, so you lose isolation. Also, pytest needs to be installed in the same environment your package is.

What you describe would need to either:

  • ability to merge configurations between environments
  • ability to define tox environments with different targets

While both are possible, both are non-trivial to implement. So until someone volunteers to do it, it's unlikely to happen.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jimmywan
Comment options

@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