mozilla-services / autopush

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

chore: upgrade dependencies #1312

Closed pjenvey closed 5 years ago

pjenvey commented 5 years ago

but avoid the latest marshmallow (2.17.0 spams us with strict=True warning changes and 3.0 is still beta)

and adapt to http://github.com/getsentry/raven-python/pull/1261

switch travis to xenial for pypy6 (so grpcio builds)

Closes #1311

codecov-io commented 5 years ago

Codecov Report

Merging #1312 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1312      +/-   ##
==========================================
+ Coverage    99.8%   99.81%   +<.01%     
==========================================
  Files          64       64              
  Lines       10389    10389              
==========================================
+ Hits        10369    10370       +1     
+ Misses         20       19       -1
Impacted Files Coverage Δ
autopush/logging.py 100% <100%> (ø) :arrow_up:
autopush/memusage.py 100% <0%> (+2.08%) :arrow_up:

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 53d21f8...bb651f0. Read the comment docs.

pjenvey commented 5 years ago

Added bb651f0 to workaround the pytest_cov's latest release (and we don't pin our test deps but should)