Skip to content

Commit 7aba51b

Browse files
committed
chore (tests): Reusing the requirements-minimal.txt file.
Signed-off-by: Paulo Vital <[email protected]>
1 parent fdaaf3e commit 7aba51b

6 files changed

+6
-12
lines changed

tests/requirements-cassandra.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1+
-r requirements-minimal.txt
12
cassandra-driver>=3.20.2
2-
coverage>=5.5
33
mock>=2.0.0
4-
pytest>=4.6
54
urllib3>=1.26.5

tests/requirements-couchbase.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1+
-r requirements-minimal.txt
12
couchbase<=2.5.12
2-
coverage>=5.5
3-
pytest>=4.6

tests/requirements-gevent-starlette.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
coverage>=5.5
1+
-r requirements-minimal.txt
22
flask>=0.12.2
33
gevent>=1.4.0
44
mock>=2.0.0
55
pyramid>=2.0.1
6-
pytest>=4.6
76
starlette>=0.12.13
87
urllib3>=1.26.5
98
uvicorn>=0.13.4

tests/requirements-kafka.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
coverage>=5.5
1+
-r requirements-minimal.txt
22
mock>=2.0.0
3-
pytest
43
kafka-python>=2.0.0; python_version < "3.12"
54
kafka-python-ng>=2.0.0; python_version >= "3.12"
65
confluent-kafka>=2.0.0

tests/requirements-pre314.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
-r requirements-minimal.txt
12
aioamqp>=0.15.0
23
aiofiles>=0.5.0
34
aiohttp>=3.8.3
45
boto3>=1.17.74
56
bottle>=0.12.25
67
celery>=5.2.7
7-
coverage>=5.5
88
Django>=4.2.16
99
# FastAPI depends on pydantic-core which requires rust to be installed and
1010
# it's not compiling due to python_version restrictions.
@@ -25,7 +25,6 @@ psycopg2-binary>=2.8.6
2525
pika>=1.2.0
2626
pymongo>=3.11.4
2727
pyramid>=2.0.1
28-
pytest>=6.2.4
2928
pytest-mock>=3.12.0
3029
pytz>=2024.1
3130
redis>=3.5.3

tests/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
-r requirements-minimal.txt
12
aioamqp>=0.15.0
23
aiofiles>=0.5.0
34
aiohttp>=3.8.3
45
boto3>=1.17.74
56
bottle>=0.12.25
67
celery>=5.2.7
7-
coverage>=5.5
88
Django>=4.2.16
99
fastapi>=0.92.0; python_version < "3.13"
1010
fastapi>=0.115.0; python_version >= "3.13"
@@ -24,7 +24,6 @@ pika>=1.2.0
2424
protobuf<=6.30.2
2525
pymongo>=3.11.4
2626
pyramid>=2.0.1
27-
pytest>=6.2.4
2827
pytest-mock>=3.12.0
2928
pytz>=2024.1
3029
redis>=3.5.3

0 commit comments

Comments
 (0)