Closed wbyoung closed 8 years ago
I found another way around the issues I was having without the need for tox-battery
, so I'm going to close this so it doesn't clutter up your issues. Feel free to re-open it if you want.
@wbyoung could you please share content of that requirements.txt
file or some modified version of it. So I can try to write test against it :)
Basically it's just using pip
options:
dependency_a==2.4.5
dependency_b==0.1.9 --no-binary dependency_b
dependency_c==0.23.8
But like I said, I found another solution, so don't work too hard to fix it on my behalf!
I have a project that has some
pip
flags in therequirements.txt
(specifically--no-binary
). I'd love to use this project, but I'm getting a parser error for the file. Specifically, it seems that usingpkg_resources
doesn't support parsing that option.