Skip to content

Commit 5c7262e

Browse files
committed
chore(tests): Reduce maintenance by reusing the requirements files.
To reduce the maintenance of the requirements used in our tests, this fix refer other requirement files that have the same list of packages. Signed-off-by: Paulo Vital <[email protected]>
1 parent b9d8411 commit 5c7262e

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

tests/requirements-310-with-tornado.txt

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,4 @@
55
# An alternative would be to disable this in testconf:
66
# collect_ignore_glob.append("*test_tornado*")
77
tornado>=6.1
8-
aiofiles>=0.5.0
9-
aiohttp>=3.8.3
10-
boto3>=1.17.74
11-
celery>=5.2.7
12-
coverage>=5.5
13-
Django>=5.0
14-
fastapi>=0.92.0
15-
flask>=2.3.2
16-
markupsafe>=2.1.0
17-
grpcio>=1.37.1
18-
google-cloud-pubsub<=2.1.0
19-
google-cloud-storage>=1.24.0
20-
lxml>=4.9.2
21-
mock>=4.0.3
22-
moto>=4.1.2
23-
mysqlclient>=2.0.3
24-
PyMySQL[rsa]>=1.0.2
25-
psycopg2-binary>=2.8.6
26-
pika>=1.2.0
27-
pymongo>=3.11.4
28-
pyramid>=2.0.1
29-
pytest>=6.2.4
30-
pytest-celery
31-
redis>=3.5.3
32-
requests-mock
33-
responses<=0.17.0
34-
sanic==21.6.2
35-
sqlalchemy>=2.0.0
36-
spyne>=2.14.0
37-
38-
uvicorn>=0.13.4
39-
urllib3>=1.26.5
8+
-r requirements-310.txt

0 commit comments

Comments
 (0)