-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
- Poetry version: 1.2.2, 1.3.1
- Python version: 3.10
- OS version and name: Ubuntu 22.04, docker: python:3.10
- pyproject.toml: https://gist.github.com/narel/a22d155534d242a4b75b3a3e5ef29ef3
Exported requirements are broken for git repositories:
poetry add 'git+https://github.com/hbldh/bankkonto'
poetry export --without-hashes -o requirements.txt
pip install -r requirements.txt
gives:
Collecting bankkonto@ git+https://github.com/hbldh/bankkonto@HEAD
Cloning https://github.com/hbldh/bankkonto (to revision HEAD) to /tmp/pip-install-6mm0ux77/bankkonto_ebbff97884e64ad791b34a74e1e1f8ee
Running command git clone --filter=blob:none --quiet https://github.com/hbldh/bankkonto /tmp/pip-install-6mm0ux77/bankkonto_ebbff97884e64ad791b34a74e1e1f8ee
Running command git checkout -b HEAD --track origin/HEAD
fatal: 'HEAD' is not a valid branch name.
error: subprocess-exited-with-error
It works without any problems on poetry 1.1.15.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels