Skip to content

Include test fixtures in source distributions - #231

Open
Rayan-and-beyond wants to merge 1 commit into
python-hyper:mainfrom
Rayan-and-beyond:fix/sdist-testdata-191
Open

Rayan-and-beyond wants to merge 1 commit into
python-hyper:mainfrom
Rayan-and-beyond:fix/sdist-testdata-191

Conversation

@Rayan-and-beyond

Copy link
Copy Markdown

The shipped tests expect libbrotli/tests/testdata to exist, but the source distribution currently omits it. Include those fixtures along with tox.ini so the sdist contains the files needed to run its test suite.

Validation:

  • python3 setup.py sdist
  • inspected the generated tarball: 70 testdata paths are packaged, including alice29.txt and empty
  • extracted the sdist and verified the testdata directory can be enumerated and tox.ini is present
  • git diff --check

Closes #191

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.

Testing of sdist fails

1 participant