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

fix pytest warnings in 3.7 #246

Closed ChristopherChudzicki closed 5 years ago

jolyonb commented 5 years ago

Looks fine to me. Down to 29 warnings! Do you want me to merge this, or are you going to add to it?

ChristopherChudzicki commented 5 years ago

Still working. For some reason not all of the warnings are showing in my local version

codecov-io commented 5 years ago

Codecov Report

Merging #246 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #246   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          28     28           
  Lines        2387   2387           
=====================================
  Hits         2387   2387
ChristopherChudzicki commented 5 years ago

Travis shows no warnings now. Ready for merge

jolyonb commented 5 years ago

Good job!