tox-dev / tox-external-wheels

A plugin for tox to allow external wheels for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support other external wheels

keller00 opened this issue · comments

This is mostly a note to self!

Let's say that one has 2 projects: A, B and B depends on A.
Now if we supply an external wheel for B then we would most likely need to supply an external wheel for A.

Add support for this.