Skip to content

Don't install unittest code by default #1027

Closed
@priv-kweihmann

Description

@priv-kweihmann

When doing python3 setup.py install on a local checkout of the code, files from git/test will be installed into the standard site-packages directory.
This mean that theoretically even the requirements from test-requirements.txt are mandatory for the base package and secondly it isn't necessary as the chances that an user is actually using the test code are pretty low.
So overall it doesn't make much sense to me.

Is there any way to avoid having the test files installed via setuptools?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions