Skip to content

Commit 02fd9c9

Browse files
ci: Remove pytest-forked from requirements-testing.txt
1 parent 883e585 commit 02fd9c9

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

requirements-testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pip
22
pytest>=6.0.0
33
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
44
pytest-cov
5-
pytest-forked
65
pytest-localserver
76
pytest-timeout
87
pytest-watch

scripts/populate_tox/config.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"celery": {
8181
"package": "celery",
8282
"deps": {
83-
"*": ["newrelic<10.17.0", "redis"],
83+
"*": ["newrelic<10.17.0", "redis", "pytest-forked"],
8484
"py3.6": ["newrelic<8"],
8585
"py3.7": ["importlib-metadata<5.0"],
8686
},
@@ -107,6 +107,7 @@
107107
"psycopg2-binary",
108108
"djangorestframework",
109109
"pytest-django",
110+
"pytest-forked",
110111
"Werkzeug",
111112
],
112113
">=2.0": ["channels[daphne]"],
@@ -185,7 +186,13 @@
185186
"grpc": {
186187
"package": "grpcio",
187188
"deps": {
188-
"*": ["protobuf", "mypy-protobuf", "types-protobuf", "pytest-asyncio"],
189+
"*": [
190+
"protobuf",
191+
"mypy-protobuf",
192+
"types-protobuf",
193+
"pytest-asyncio",
194+
"pytest-forked",
195+
],
189196
},
190197
"python": ">=3.7",
191198
},
@@ -368,7 +375,7 @@
368375
"quart": {
369376
"package": "quart",
370377
"deps": {
371-
"*": ["quart-auth", "pytest-asyncio", "Werkzeug"],
378+
"*": ["quart-auth", "pytest-asyncio", "pytest-forked", "Werkzeug"],
372379
">=0.19": ["quart-flask-patch"],
373380
"<0.19": [
374381
"blinker<1.6",

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ deps =
8080
# === Common ===
8181
py3.8-common: hypothesis
8282
common: pytest-asyncio
83+
common: pytest-forked
8384
common: httpcore[asyncio]
8485
# See https://github.com/pytest-dev/pytest/issues/9621
8586
# and https://github.com/pytest-dev/pytest-forked/issues/67

0 commit comments

Comments
 (0)