earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Update pytest to 6.2.3 #414

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates pytest from 6.2.2 to 6.2.3.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/
codecov[bot] commented 3 years ago

Codecov Report

Merging #414 (9ca0c49) into main (dfd84c3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files          22       22           
  Lines        1954     1954           
=======================================
  Hits         1612     1612           
  Misses        342      342           
Flag Coverage Δ
unittests 82.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 dfd84c3...9ca0c49. Read the comment docs.