Skip to content

Commit a6726b9

Browse files
committed
Add celery and requests to the packages that test integration. Ref #4520
1 parent 5e1b3c4 commit a6726b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setuptools/tests/integration/test_pip_install_sdist.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
("pyyaml", LATEST), # cython + custom build_ext + custom distclass
5555
("charset-normalizer", LATEST), # uses mypyc, used by aiohttp
5656
("protobuf", LATEST),
57+
("requests", LATEST),
58+
("celery", LATEST),
5759
# When adding packages to this list, make sure they expose a `__version__`
5860
# attribute, or modify the tests below
5961
]

0 commit comments

Comments
 (0)