Skip to content

Python package should not include tests #58

@sandy-fairsupply

Description

@sandy-fairsupply

When installing via pip, the installation includes the tests directory:

mkdir deps
python3 -m pip install --target deps "google-search-results==2.4.2"
ls -1 deps/tests

Outputs:

__init__.py
__pycache__
test_account_api.py
(etc)

Tests should be excluded.

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