Include test in sdist by bollwyvl · Pull Request #2282 · RDFLib/rdflib (original) (raw)
Summary of changes
Congratulations on 6.3.0!
A perhaps minor regression from earlier versions is that the sdist
does not include the test
folder, which makes it harder for downstreams to use a single source of truth to build and test a reliable package. This restores the test
folder for sdists.
While the tests are of course large, most users' agents (modern pip
) will prefer fetching the .whl
, so this should create minimal disturbance for most users.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Added tests for any changes that have a runtime impact.
- Checked that all tests and type checking passes.
- For changes that have a potential impact on users of this project:
- Updated relevant documentation to avoid inaccuracies.
- Considered adding additional documentation.
- Considered adding an example in
./examples
for new features. - Considered updating our changelog (
CHANGELOG.md
).
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.