Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
Expand Up @@ -2,7 +2,6 @@ pip
pytest>=6.0.0
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
pytest-cov
pytest-forked
pytest-localserver
pytest-timeout
pytest-watch
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",
],
">=2.0": ["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
888 changes: 495 additions & 393 deletions scripts/populate_tox/package_dependencies.jsonl

Large diffs are not rendered by default.

Loading
Loading