Skip to content

Commit 6c9834b

Browse files
committed
Fixing requirements versions to avoid issues
Coverage on last builds were NOT working due to some change on Python coverage package
1 parent 0e91274 commit 6c9834b

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

requirements.txt

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
nose2
2-
mock
3-
nose2-cov
4-
argcomplete
5-
prettytable
6-
testfixtures
7-
coverage
8-
codecov
9-
coveralls
10-
colorama
11-
logutils
12-
vunit_hdl
1+
argcomplete==1.4.1
2+
codecov==2.0.5
3+
colorama==0.3.7
4+
cov-core==1.15.0
5+
coverage==4.1
6+
coveralls==1.1
7+
docopt==0.6.2
8+
funcsigs==1.0.2
9+
logutils==0.3.3
10+
mock==2.0.0
11+
nose2==0.6.5
12+
nose2-cov==1.0a4
13+
pbr==1.10.0
14+
prettytable==0.7.2
15+
rainbow-logging-handler==2.2.2
16+
requests==2.10.0
17+
six==1.10.0
18+
testfixtures==4.10.0
19+
vunit-hdl==0.66.0

0 commit comments

Comments
 (0)