mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

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

Closed AzureMarker closed 4 years ago

AzureMarker commented 4 years ago

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

codecov-commenter commented 4 years ago

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.