Closed divergentdave closed 7 years ago
@divergentdave thanks for reporting this issue. Solution will be very simple - do not parse requirements file at all. The format is defined by pip and pip position itself as a tool not API.
I started to work on it.
I've published version 0.2 with aforementioned fix. If it is not late could you please let me know whether it helps you. Thanks.
Solved in https://github.com/signalpillar/tox-battery/pull/4
I have a project where tox.ini includes "-r{toxinidir}/requirements-test.txt", and requirements-test.txt includes "-r requirements.txt". When I try to run tox with tox-battery installed, I get the following error.