cachy icon indicating copy to clipboard operation
cachy copied to clipboard

setup.py installs the tests package

Open dgilman opened this issue 5 years ago • 1 comments

This might be partly a bug in poetry but the sdist tarball's setup.py installs the tests package alongside the cachy package.

dgilman avatar Feb 01 '20 19:02 dgilman

Related issues/PRs:

  • python-poetry/poetry#3952, python-poetry/poetry#4007, python-poetry/poetry-core#173
  • python-poetry/poetry#2353
  • sdispater/tomlkit#69, sdispater/tomlkit#120

The issue is, I believe, caused by including tests under the package clause (where it should be included under include, and therefore not exposed as a package for installations).

kwshi avatar Apr 30 '21 19:04 kwshi