Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore: Upgrade pytest to 4.6 to fix pytest-cov dependency #1399

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

AzureMarker
Copy link
Contributor

@AzureMarker AzureMarker commented Jun 12, 2020

Description

The latest pytest-cov (2.10.0) requires pytest >= 4.6. 4.6 is the last version to support Python 2.7. The CI was using pytest 4.3 instead, which caused issues on https://github.com/mozilla-services/autopush-rs:
https://travis-ci.org/github/mozilla-services/autopush-rs/builds/697653480

pytest-cov changelog:
https://github.com/pytest-dev/pytest-cov/blob/4cbd3bb5ef8a501aeafbca21d22622210fe604a6/CHANGELOG.rst#2100-2020-06-12

Testing

N/A

Issue(s)

N/A

The latest pytest-cov (2.10.0) requires pytest >= 4.6. 4.6 is the last
version to support Python 2.7.
@AzureMarker AzureMarker requested review from pjenvey and jrconlin June 12, 2020 18:23
@codecov-commenter
Copy link

Codecov Report

Merging #1399 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1399   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          64       64           
  Lines       10476    10476           
=======================================
  Hits        10449    10449           
  Misses         27       27           

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 5538c22...9f3f009. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants