Skip to content

Tests are being installed #184

@rffontenelle

Description

@rffontenelle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions