Avoid bundling tests in wheels
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Beautiful Soup |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
*beautifulsoup* currently bundles the tests explicitly inside the wheel distributions: https:/
This matches the official recommendation for Python packaging as well (see https:/
> Wheels are meant to contain exactly what is to be installed,
> and nothing more. In particular, wheels should never include
> tests and documentation, while sdists commonly do.
| Changed in beautifulsoup: | |
| status: | Fix Committed → Fix Released |
OK, I'm convinced. Revision 0aacafe changes pyproject.toml to omit tests and test data in built wheels.