ModellingWebLab / cellmlmanip

CellML loading and model equation manipulation
Other
3 stars 1 forks source link

bump pytest version #305

Closed MauriceHendrix closed 4 years ago

MauriceHendrix commented 4 years ago

Description

bump up pytest version

Motivation and Context

Non-pinned tests are failing this fixes that

Types of changes

Documentation checklist

n/a

Testing

codecov[bot] commented 4 years ago

Codecov Report

Merging #305 into master will increase coverage by 0.00%. The diff coverage is 98.60%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files           6        7    +1     
  Lines        1361     1362    +1     
  Branches      299      299           
=======================================
+ Hits         1342     1343    +1     
  Misses          7        7           
  Partials       12       12           
Impacted Files Coverage Δ
cellmlmanip/parser.py 97.39% <97.39%> (ø)
cellmlmanip/printer.py 98.02% <98.02%> (ø)
cellmlmanip/units.py 98.41% <98.41%> (ø)
cellmlmanip/model.py 99.78% <99.78%> (ø)
cellmlmanip/__init__.py 100.00% <100.00%> (ø)
cellmlmanip/main.py 100.00% <100.00%> (ø)
cellmlmanip/rdf.py 100.00% <100.00%> (ø)

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 17cc52c...eaff562. Read the comment docs.