Closed jmbowman closed 6 years ago
Hi, @jmbowman thank you for reporting the issue. I also noticed today that failure.
The plug-in supported one version of pip internals so now it supports the other. https://github.com/signalpillar/tox-battery/pull/15
pip 10 was recently released, making some backwards-incompatible changes to internal APIs that tox-battery uses:
pip-tools got around this by vendoring a copy of pip: https://github.com/jazzband/pip-tools/issues/580