Skip to content
Draft
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
Expand Up @@ -13,6 +13,5 @@ responses
pysocks
socksio
httpcore[http2]
setuptools
Brotli
docker
6 changes: 5 additions & 1 deletion scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
"itsdangerous>=0.24,<2.0",
"jinja2<3.1.1",
],
"py3.6,py3.7": [
"setuptools<82"
], # Handled by importlib.metadata on Python 3.8+
},
},
"gql": {
Expand Down Expand Up @@ -434,7 +437,8 @@
"*": ["websockets<11.0", "aiohttp"],
">=22": ["sanic-testing"],
"py3.6": ["aiocontextvars==0.2.1"],
"py3.8": ["tracerite<1.1.2"],
# tracerite imports pkg_resources before https://github.com/sanic-org/tracerite/commit/2f68543fab726d12d5c5d71fab584eb42140f410
"py3.8": ["tracerite<1.1.2", "setuptools<82"],
},
"num_versions": 4,
},
Expand Down
Loading
Loading