hyperlink icon indicating copy to clipboard operation
hyperlink copied to clipboard

Tests are being installed

Open rffontenelle opened this issue 4 months ago • 0 comments

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('*')))

rffontenelle avatar Feb 29 '24 14:02 rffontenelle