Skip to content
Merged
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytest>=6.0.0
pytest-cov
dataclasses; python_version < "3.7"
pytest-forked
executing
asttokens
responses
httpcore[http2]
setuptools
docker
4 changes: 2 additions & 2 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"djangorestframework",
"pytest-django",
"Werkzeug",
"channels[daphne]",
],
Comment thread
alexander-alderman-webb marked this conversation as resolved.
">=2.0": ["channels[daphne]"],
Comment thread
alexander-alderman-webb marked this conversation as resolved.
">=2.2,<3.1": ["six"],
">=3.0": ["pytest-asyncio"],
"<3.3": [
Expand Down Expand Up @@ -433,7 +433,7 @@
"deps": {
"*": ["websockets<11.0", "aiohttp"],
">=22": ["sanic-testing"],
"py3.6": ["aiocontextvars==0.2.1", "dataclasses"],
"py3.6": ["aiocontextvars==0.2.1"],
"py3.8": ["tracerite<1.1.2"],
},
"num_versions": 4,
Expand Down
3 changes: 2 additions & 1 deletion scripts/populate_tox/tox.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ deps =
# === Common ===
py3.8-common: hypothesis
common: brotli
common: httpcore[asyncio,http2]
common: jsonschema
common: pysocks
common: pytest-asyncio
common: pytest-timeout
common: pytest_localserver
common: httpcore[asyncio]
common: socksio
common: werkzeug
# See https://github.com/pytest-dev/pytest/issues/9621
Expand All @@ -105,6 +105,7 @@ deps =
{py3.6,py3.7}-gevent: pytest<7.0.0
{py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
gevent: brotli
gevent: httpcore[http2]
gevent: jsonschema
gevent: pysocks
gevent: pytest-asyncio
Expand Down
13 changes: 3 additions & 10 deletions tox.ini

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading