Skip to content

fix: include tests directory in sdist#365

Open
muhamedfazalps wants to merge 1 commit into
jmespath:developfrom
muhamedfazalps:fix/add-tests-init-to-sdist
Open

fix: include tests directory in sdist#365
muhamedfazalps wants to merge 1 commit into
jmespath:developfrom
muhamedfazalps:fix/add-tests-init-to-sdist

Conversation

@muhamedfazalps

Copy link
Copy Markdown

Summary

The sdist was missing tests/__init__.py, causing test collection failures when installing from source distribution.

Problem

When installing from the sdist, the tests directory is not included. This causes test collection failures.

Fix

Adds recursive-include tests *.py to MANIFEST.in to include the tests directory in the sdist.

Related

Fixes #341

The sdist was missing tests/__init__.py, causing test collection
failures when installing from source distribution.

Adds recursive-include tests *.py to MANIFEST.in.

Fixes jmespath#341
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sdist is missing tests/__init__.py

1 participant