Issue
When running poetry install against a project, it sometimes 'corrupts' the installation of packages by creating empty, 0-byte files, when they should be full of content.
I have managed to create a minimal-reproduction repository, but in testing, it seems extremely sensitive to alterations (pyproject dependencies, lockfile, etc).
It seems to happen independently of creating a local venv.
I have not observed this happening in other packages, but also havent checked.
pip install jira appears to work fine consistently, and poetry add jira in an empty project too, so I don't think its a problem with the package itself.
See this GitHub Action run for logs and behaviour (inside a docker container, natively, and with a non-reproducing job) https://github.com/cvent/poetry-empty-file-repro/actions/runs/6016097573/job/16319349035
-vvvoption) and have included the output below.Issue
When running
poetry installagainst a project, it sometimes 'corrupts' the installation of packages by creating empty, 0-byte files, when they should be full of content.I have managed to create a minimal-reproduction repository, but in testing, it seems extremely sensitive to alterations (pyproject dependencies, lockfile, etc).
It seems to happen independently of creating a local venv.
I have not observed this happening in other packages, but also havent checked.
pip install jiraappears to work fine consistently, andpoetry add jirain an empty project too, so I don't think its a problem with the package itself.See this GitHub Action run for logs and behaviour (inside a docker container, natively, and with a non-reproducing job) https://github.com/cvent/poetry-empty-file-repro/actions/runs/6016097573/job/16319349035