mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Update to pytest 4.6.4 #237

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

Not sure if this is possible, but worth looking into.

jolyonb commented 5 years ago

At least locally, upgrading to pytest==4.6.4 and pytest-cov==2.7.1 goes fine for python 2. For python 3, there are two failing tests (related to the same function), and almost 5000 deprecation warnings. Most of them are from numpy, but some are from pytest too.