-
Notifications
You must be signed in to change notification settings - Fork 27
/
requirements.tests.txt
38 lines (37 loc) · 1.32 KB
/
requirements.tests.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# these are pinned for repeatability, but updated by pyup.io to be latest
pytest==4.6.9;python_version<"3.10"
pytest>7;python_version>="3.10"
more-itertools<8.11.0;python_version<"3.6"
more-itertools;python_version>="3.6"
freezegun==0.3.14
pytest-cov==2.8.1;python_version<"3.10"
pytest-cov>2.8;python_version>="3.10"
pytest-postgresql==1.4.1 # pypup: <2.0
pytest-xdist==1.31.0
mirakuru==1.1 # pyup: <2.0
pytest-timeout==1.3.4
responses==0.10.6 # pyup: <0.10.9
# setuptools 45+ does do py2
setuptools==44.0.0;python_version<"3.10"
setuptools>64;python_version>="3.10"
coverage==5.0.3;python_version<"3.10"
coverage>=6;python_version>="3.10"
flaky==3.7.0;python_version<"3.6"
flaky==3.8.1;python_version>="3.6"
# for integration tests
# eventlet is pinned until https://github.com/benoitc/gunicorn/pull/2581
# is fixed
eventlet==0.30.2;python_version<"3.10"
eventlet>0.33;python_version>="3.10"
gevent==20.9.0;python_version<"3.10"
gevent>21;python_version>="3.10"
# ABI change, incompatible with gevent<22.10.2
greenlet<2;python_version<"3.10"
# the bottom pin is for limbo test runs, as latest version doesn't work with
# newer celery versions
redis>=3.2.0
SQLAlchemy==1.3.13
# newer versions of celery pin vine versions, however
# older versions don't. This pin is for limbo test runs for
# celery 3.x on python 2.7.
vine<5.0;python_version<"3.6"