Skip to content

Commit 7a24229

Browse files
authored
Merge pull request #183 from tomato42/pyyaml-fix
depend on pyyaml working on py3.4
2 parents 93b04ba + 8394231 commit 7a24229

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

build-requirements-2.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ coveralls<1.3.0
33
idna<2.8
44
unittest2
55
hypothesis<3
6+
coverage==4.5.4

build-requirements-3.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ wheel<0.30
55
virtualenv==15.2.0
66
enum34
77
hypothesis<3.44
8+
coverage==4.5.4

build-requirements-3.4.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tox
2+
python-coveralls
3+
hypothesis
4+
pytest>=4.6.0
5+
PyYAML<5.3
6+
coverage==4.5.4

build-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ tox
22
python-coveralls
33
hypothesis
44
pytest>=4.6.0
5+
coverage==4.5.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deps =
3131
py: pytest
3232
py: hypothesis
3333
py{33}: wheel<0.30
34-
coverage
34+
coverage==4.5.4
3535
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
3636

3737
[testenv:py27_old_gmpy]

0 commit comments

Comments
 (0)