Skip to content

Commit 53d8234

Browse files
committed
Update and fix test requirements
1 parent 1e46d74 commit 53d8234

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

setup.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@
2727
install_requires = ["six>=1.10.0", "promise>=2.3,<3", "rx>=1.6,<2"]
2828

2929
tests_requires = [
30-
"pytest==4.6.9",
31-
"pytest-django==3.8.0",
30+
"six==1.14.0",
31+
"pyannotate==1.2.0",
32+
"pytest==4.6.10",
33+
"pytest-django==3.9.0",
3234
"pytest-cov==2.8.1",
3335
"coveralls==1.11.1",
34-
"gevent>=1.4.0,<1.6",
35-
"six>=1.10.0",
36+
"cython==0.29.17",
37+
"gevent==1.5.0",
3638
"pytest-benchmark==3.2.3",
37-
"pytest-mock==2.0.0",
39+
"pytest-mock==2.0.0"
3840
]
3941

4042

0 commit comments

Comments
 (0)