Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pytest>=6.0.0
pytest-cov
dataclasses; python_version < "3.7"
pytest-forked
executing
asttokens
responses
Expand Down
13 changes: 10 additions & 3 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"celery": {
"package": "celery",
"deps": {
"*": ["newrelic<10.17.0", "redis"],
"*": ["newrelic<10.17.0", "redis", "pytest-forked"],
"py3.6": ["newrelic<8"],
"py3.7": ["importlib-metadata<5.0"],
},
Expand All @@ -107,6 +107,7 @@
"psycopg2-binary",
"djangorestframework",
"pytest-django",
"pytest-forked",
"Werkzeug",
"channels[daphne]",
],
Expand Down Expand Up @@ -185,7 +186,13 @@
"grpc": {
"package": "grpcio",
"deps": {
"*": ["protobuf", "mypy-protobuf", "types-protobuf", "pytest-asyncio"],
"*": [
"protobuf",
"mypy-protobuf",
"types-protobuf",
"pytest-asyncio",
"pytest-forked",
],
},
"python": ">=3.7",
},
Expand Down Expand Up @@ -368,7 +375,7 @@
"quart": {
"package": "quart",
"deps": {
"*": ["quart-auth", "pytest-asyncio", "Werkzeug"],
"*": ["quart-auth", "pytest-asyncio", "pytest-forked", "Werkzeug"],
Comment thread
alexander-alderman-webb marked this conversation as resolved.
">=0.19": ["quart-flask-patch"],
"<0.19": [
"blinker<1.6",
Expand Down
Loading
Loading