We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d5869 commit 30bfa69Copy full SHA for 30bfa69
Jenkinsfile
@@ -1,4 +1,3 @@
1
-/*
2
# Copyright (c) 2017-2019 The University of Manchester
3
#
4
# This program is free software: you can redistribute it and/or modify
@@ -89,7 +88,8 @@ pipeline {
89
88
sh 'pip install -r SpiNNFrontEndCommon/requirements-test.txt'
90
sh 'pip install -r SpiNNakerGraphFrontEnd/requirements-test.txt'
91
// Additional requirements for testing here
92
- 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"'
93
sh 'pip install pytest-instafail pytest-xdist'
94
// Java install
95
sh 'mvn -f JavaSpiNNaker package'
0 commit comments