awslabs / awslabs/sagemaker-debugger-rulesconfig

The final package will include "tests" folder which is not necessary in production

Open
#38 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
8
Forks
7
PR merge metrics
No merged PRs in 30d

Description

For the setup.py, we include the all the packages:

packages=setuptools.find_packages()

Actually, the tests folder will not be used in production, is that possible to exclude this tests folder to avoid the tests folder installed?

Contributor guide

Open the contributing guide

Research direction

Start in setup.py at the setuptools.find_packages() call and inspect how the source package is assembled. Build the package and check its contents to confirm whether the tests folder is included; done means the production package no longer installs that folder while the intended packages remain available.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.