Skip to content

Commit 30bfa69

Browse files
committed
coverage version capped due to nedbat/coveragepy#883
1 parent 17d5869 commit 30bfa69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*
21
# Copyright (c) 2017-2019 The University of Manchester
32
#
43
# This program is free software: you can redistribute it and/or modify
@@ -89,7 +88,8 @@ pipeline {
8988
sh 'pip install -r SpiNNFrontEndCommon/requirements-test.txt'
9089
sh 'pip install -r SpiNNakerGraphFrontEnd/requirements-test.txt'
9190
// Additional requirements for testing here
92-
sh 'pip install python-coveralls "coverage>=4.4"'
91+
// coverage version capped due to https://github.com/nedbat/coveragepy/issues/883
92+
sh 'pip install python-coveralls "coverage>=4.4,<5.0.0"'
9393
sh 'pip install pytest-instafail pytest-xdist'
9494
// Java install
9595
sh 'mvn -f JavaSpiNNaker package'

0 commit comments

Comments
 (0)