From a6726b95f7a50dc5945e012050f00450c883fdcd Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 29 Jul 2024 10:44:18 -0400 Subject: [PATCH] Add celery and requests to the packages that test integration. Ref #4520 --- setuptools/tests/integration/test_pip_install_sdist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setuptools/tests/integration/test_pip_install_sdist.py b/setuptools/tests/integration/test_pip_install_sdist.py index 17bf2af9d2..ee70b1c286 100644 --- a/setuptools/tests/integration/test_pip_install_sdist.py +++ b/setuptools/tests/integration/test_pip_install_sdist.py @@ -54,6 +54,8 @@ ("pyyaml", LATEST), # cython + custom build_ext + custom distclass ("charset-normalizer", LATEST), # uses mypyc, used by aiohttp ("protobuf", LATEST), + ("requests", LATEST), + ("celery", LATEST), # When adding packages to this list, make sure they expose a `__version__` # attribute, or modify the tests below ]