Skip to content

Commit f3d0b10

Browse files
authored
Temporarily remove requests from integration tests (#4909)
2 parents 6da7591 + 54b4c79 commit f3d0b10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

newsfragments/4909.misc.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Temporarily remove ``requests`` from integration tests
2+
due to invalid ``setup.cfg``.

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)