Skip to content

Commit bf61e8c

Browse files
ci: Remove socksio from requirements-testing.txt (#6617)
Remove the package from `requirements-testing.txt` and add it only as a dependency of the test suites that rely on it. This is part of environment cleanup before moving the remaining testing dependencies to a uv dependency group.
1 parent c3d307d commit bf61e8c

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

requirements-testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jsonschema
77
executing
88
asttokens
99
responses
10-
socksio
1110
httpcore[http2]
1211
setuptools
1312
docker

scripts/populate_tox/tox.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ deps =
8383
common: pysocks
8484
common: pytest-asyncio
8585
common: httpcore[asyncio]
86+
common: socksio
8687
# See https://github.com/pytest-dev/pytest/issues/9621
8788
# and https://github.com/pytest-dev/pytest-forked/issues/67
8889
# for justification of the upper bound on pytest
@@ -103,6 +104,7 @@ deps =
103104
gevent: pysocks
104105
gevent: pytest-asyncio
105106
gevent: setuptools<82
107+
gevent: socksio
106108
{py3.10,py3.11}-gevent: zope.event<5.0.0
107109
{py3.10,py3.11}-gevent: zope.interface<8.0
108110

tox.ini

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)