Skip to content

Commit e771c64

Browse files
committed
Temporarily remove 'requests' from integration tests
1 parent 6da7591 commit e771c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/integration/test_pip_install_sdist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
("pyyaml", LATEST), # cython + custom build_ext + custom distclass
5555
("charset-normalizer", LATEST), # uses mypyc, used by aiohttp
5656
("protobuf", LATEST),
57-
("requests", LATEST),
57+
# ("requests", LATEST), # XXX: https://github.com/psf/requests/pull/6920
5858
("celery", LATEST),
5959
# When adding packages to this list, make sure they expose a `__version__`
6060
# attribute, or modify the tests below

0 commit comments

Comments
 (0)