Skip to content

Commit 9872d14

Browse files
authored
Update test requirements for Python 3.x CI jobs (#314)
* Update Requirements for Python 3.x * Downgrade flask due to Werkzeug issues in moto library * starlette needs aiofiles as a requirement This change is done because we were getting pip resolver issues due to a conflict arose from the latest release of projects from Pallets: https://palletsprojects.com/blog/flask-2-0-released/
1 parent 57a79df commit 9872d14

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

tests/requirements.txt

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
1-
aiofiles>=0.5.0;python_version>="3.5"
2-
aiohttp>=3.5.4;python_version>="3.5"
3-
asynqp>=0.4;python_version>="3.5"
4-
boto3>=1.10.0
5-
celery>=4.1.1
6-
django>=2.2.13;python_version>="3.5"
7-
fastapi>=0.61.1;python_version>="3.6"
8-
flask>=0.12.2
9-
grpcio>=1.18.0
1+
aiofiles>=0.5.0
2+
aiohttp>=3.7.4
3+
asynqp>=0.6
4+
boto3>=1.17.74
5+
celery>=5.0.5
6+
coverage>=5.5
7+
Django>=3.2.3
8+
fastapi>=0.65.1
9+
flask>=1.1.4,<2.0.0
10+
grpcio>=1.37.1
1011
google-cloud-pubsub<=2.1.0
11-
google-cloud-storage>=1.24.0;python_version>="3.5"
12-
lxml>=3.4
13-
mock>=2.0.0
12+
google-cloud-storage>=1.24.0
13+
lxml>=4.6.3
14+
mock>=4.0.3
1415
moto>=1.3.16,<2.0
15-
mysqlclient>=1.3.14;python_version>="3.5"
16-
MySQL-python>=1.2.5;python_version<="2.7"
17-
nose>=1.0
18-
PyMySQL[rsa]>=0.9.1
19-
pyOpenSSL>=16.1.0;python_version<="2.7"
20-
psycopg2>=2.7.1
21-
pika>=1.0.0
22-
pymongo>=3.7.0
23-
pyramid>=1.2
24-
pytest>=4.6
16+
mysqlclient>=2.0.3
17+
nose>=1.3.7
18+
PyMySQL[rsa]>=1.0.2
19+
psycopg2-binary>=2.8.6
20+
pika>=1.2.0
21+
pymongo>=3.11.4
22+
pyramid>=2.0
23+
pytest>=6.2.4
2524
pytest-celery
26-
redis>3.0.0
27-
requests>=2.17.1
28-
sqlalchemy>=1.1.15
29-
spyne>=2.9,<=2.12.14
25+
redis>=3.5.3
26+
sqlalchemy>=1.4.15
27+
spyne>=2.13.16
3028
suds-jurko>=0.6
3129
tornado>=4.5.3,<6.0
32-
uvicorn>=0.12.2;python_version>="3.6"
30+
uvicorn>=0.13.4
3331
urllib3[secure]!=1.25.0,!=1.25.1,<1.26,>=1.21.1
34-
coverage

0 commit comments

Comments
 (0)