Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pytest-cov version to fix Travis build #107

Merged
merged 1 commit into from
Jan 14, 2019
Merged

Conversation

vshlapakov
Copy link
Contributor

The best description of the problem is given by pywbem/pywbem#1371 (comment):

Analysis shows that this is related to the issue around requiring different versions of the coverage package: pytest-cov 2.6.0 has increased the version requirement for the coverage package from >=3.7.1 to >=4.4, which is in conflict with the version requirement defined by the python-coveralls package for coverage==4.0.3. Issue z4r/python-coveralls#66 has been opened. Workaround is to pin the pytest_cov version to below 2.6.0.

@vshlapakov vshlapakov self-assigned this Jan 14, 2019
@codecov
Copy link

codecov bot commented Jan 14, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@1da1f70). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #107   +/-   ##
=========================================
  Coverage          ?   93.42%           
=========================================
  Files             ?       28           
  Lines             ?     1885           
  Branches          ?        0           
=========================================
  Hits              ?     1761           
  Misses            ?      124           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1da1f70...ac2ae4d. Read the comment docs.

@vshlapakov vshlapakov merged commit 5eada80 into master Jan 14, 2019
@vshlapakov vshlapakov deleted the fix-broken-build branch January 14, 2019 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant