tox 1.9.1 ignores package versions specified in requirements.txt files #230
Comments
Original comment by @hpk42
→ <<cset 452288d6c500>> |
Original comment by isaacxi _config.py:L405 seems to be the culprit. Changing it locally to
works. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It seems that tox 1.9.1 ignores package versions specified in included requirements files, and installs latest package versions instead. 1.9.0 works fine. This broke e.g. Scrapy tests.
requirements.txt:
Check e.g. https://travis-ci.org/scrapy/scrapy/jobs/55483601 - it has
line, but mitmproxy is specified as mitmproxy==0.10.1 in https://github.com/scrapy/scrapy/blob/master/tests/requirements.txt file.
The text was updated successfully, but these errors were encountered: