Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are being installed #184

Open
rffontenelle opened this issue Feb 29, 2024 · 0 comments
Open

Tests are being installed #184

rffontenelle opened this issue Feb 29, 2024 · 0 comments

Comments

@rffontenelle
Copy link

I noticed that the tests are being installed into site-packages, but I normally expect it to be available in the source for pytest-ing them. Should it be removed?

This can be confirmed in version 21.0.0, latest available in PyPI, with:

import hyperlink
import pathlib
print(list((pathlib.Path(hyperlink.__file__).parent / 'test').glob('*')))
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

No branches or pull requests

1 participant