setup.py's install_requires overwrites tox.ini's deps yet there is no failure :( #513
Labels
area:reporting
area:testenv-creation
feature:new
something does not exist yet, but should
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
level:hard
rought estimate that this might be quite hard to implement
It would be nice to have tox verify that it got the versions that it expected from its inputs or fail running the tests, as this way I can get false confidence that it works with a given dep version, when in reality, it doesn't.
Haven't found any open github issues in this area (closest is #42, but that's quite different)
To repro
given the following
tox.ini
and in
setup.py
we haverunning
tox -e py27-django19
will end up with Django 1.8 installed in the virtualenv (below the test is simply checking for the correct django version (hardcoded for repro's sake) in theMakefile
).versions
The text was updated successfully, but these errors were encountered: