-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py installs the tests package #69
Comments
If multiple distributions have
Either of these strategies will avoid this issue. |
This problem also happen in gentoo.
|
Also conda-forge: conda-forge/tomlkit-feedstock#24 We'd love the tests to be present in the sdist (a la |
Perhaps: [tool.poetry]
# ...
include = ["tests"] and omit the line about including the tests in the |
Relevant issue from Poetry: python-poetry/poetry#2353 |
This might be partly a bug in poetry but the sdist tarball's setup.py installs the tests package alongside the tomlkit package.
The text was updated successfully, but these errors were encountered: