Skip to content

Commit

Permalink
Bound coverage version to match coveralls expectation.
Browse files Browse the repository at this point in the history
Travis is installing coverage-5, which coveralls doesn't support.

Collecting coveralls>=1.1 (from -r test_requirements.txt (line 1))
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Using cached https://files.pythonhosted.org/packages/d7/d6/7d32c9c34a621c201c4bb3f61f4c828ee8655f2c7edc3a547e1dea6a7e67/coveralls-1.9.2-py2.py3-none-any.whl
Collecting coverage>=4.3.1 (from -r test_requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b8/f9/f91407b7d4e4c02b1c27b66d52cd7e58c9afcf8a527304aa63541a88e87b/coverage-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Loading branch information
umayrh committed Dec 29, 2019
1 parent 9841da8 commit cd65e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coveralls>=1.1
coverage>=4.3.1
coverage>=4.3.1,<5
python-coveralls==2.9.3

0 comments on commit cd65e28

Please sign in to comment.