-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a support request?
No
Describe the bug
When publishing to PyPI you're also publishing your tests package (see pyproject.toml here) which pollutes the tests namespace for any code that depends on this package.
To reproduce
- Create a new project that depends on
launchdarkly-openfeature-server - Either:
i. Check virtualenv for presence oftestspackage
ii. Write a script that imports fromteststo prove transitive dependency on published package
Expected behavior
The tests package shouldn't be published to PyPI
Logs
N/A
SDK version
0.5.0
Language version, developer tools
Python 3.11.13
OS/platform
macOS Sequoia
Additional context
N/A
ismailmo1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working