We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da7591 commit e771c64Copy full SHA for e771c64
setuptools/tests/integration/test_pip_install_sdist.py
@@ -54,7 +54,7 @@
54
("pyyaml", LATEST), # cython + custom build_ext + custom distclass
55
("charset-normalizer", LATEST), # uses mypyc, used by aiohttp
56
("protobuf", LATEST),
57
- ("requests", LATEST),
+ # ("requests", LATEST), # XXX: https://github.com/psf/requests/pull/6920
58
("celery", LATEST),
59
# When adding packages to this list, make sure they expose a `__version__`
60
# attribute, or modify the tests below
0 commit comments