Skip to content

Commit

Permalink
coverage version capped due to nedbat/coveragepy#883
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 17, 2019
1 parent 4eb19ab commit cfa7b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ pipeline {
sh 'pip install -r sPyNNaker/requirements-test.txt'
sh 'pip install -r sPyNNaker8/requirements-test.txt'
// Additional requirements for testing here
sh 'pip install python-coveralls "coverage>=4.4"'
// coverage version capped due to https://github.com/nedbat/coveragepy/issues/883
sh 'pip install python-coveralls "coverage>=4.4,<5.0.0"'
sh 'pip install pytest-instafail pytest-xdist'
// Java install
sh 'mvn -f JavaSpiNNaker package'
Expand Down

0 comments on commit cfa7b1a

Please sign in to comment.