Closed jkowalleck closed 1 month ago
our sdist config ships tests and docs.
when you have a lot of venvs laying around in the tests or docs flder, then poetry build -f sdist crashes ... a known bug of poetry ...
tests
docs
poetry build -f sdist
per default, tox installs in sdist mode .... this causes issues locally, ... which is annoying.
here is a workaround: dont build sdist, build wheel only.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
our sdist config ships tests and docs.
when you have a lot of venvs laying around in the
tests
ordocs
flder, thenpoetry build -f sdist
crashes ... a known bug of poetry ...per default, tox installs in sdist mode .... this causes issues locally, ... which is annoying.
here is a workaround: dont build sdist, build wheel only.