signalpillar / tox-battery

Experiments with Tox plugin system
MIT License
33 stars 3 forks source link

Fix #14 support pip 10 #15

Closed signalpillar closed 6 years ago

signalpillar commented 6 years ago

Problem

As expected when using the internal implementation on major changes it breaks. With release of pip 10 functionality to parse the requirements files is moved to a different place so it can't be imported any more.

Solution

Fallback to a new location if an old one cannot be found.

Testing

All the tests pass