Skip to content

Commit

Permalink
Add celery and requests to the packages that test integration. Ref #4520
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 29, 2024
1 parent 5e1b3c4 commit a6726b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setuptools/tests/integration/test_pip_install_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit a6726b9

Please sign in to comment.