The Fedora CI test of poetry fail with: Created package smoke in smoke Creating virtualenv smoke-VxOKDNGX-py3.10 in /root/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... Writing lock file Package operations: 8 installs, 0 updates, 0 removals • Installing pyparsing (2.4.7) JSONDecodeError Expecting value: line 1 column 1 (char 0) at /usr/lib64/python3.10/json/decoder.py:355 in raw_decode 351│ """ 352│ try: 353│ obj, end = self.scan_once(s, idx) 354│ except StopIteration as err: → 355│ raise JSONDecodeError("Expecting value", s, err.value) from None 356│ return obj, end 357│ I'll try to reproduce locally and adapt the bugzilla accordingly.
<mock-chroot> sh-5.1$ rpm -q poetry poetry-1.1.6-2.fc35.noarch <mock-chroot> sh-5.1$ poetry new smoke Created package smoke in smoke <mock-chroot> sh-5.1$ cd smoke <mock-chroot> sh-5.1$ poetry install Creating virtualenv smoke-1bXlZ0EB-py3.10 in /builddir/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... (3.1s) Writing lock file Package operations: 8 installs, 0 updates, 0 removals • Installing pyparsing (2.4.7): Failed JSONDecodeError Expecting value: line 1 column 1 (char 0) at /usr/lib64/python3.10/json/decoder.py:355 in raw_decode 351│ """ 352│ try: 353│ obj, end = self.scan_once(s, idx) 354│ except StopIteration as err: → 355│ raise JSONDecodeError("Expecting value", s, err.value) from None 356│ return obj, end 357│
FEDORA-2021-eaa9bd4c2a has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-eaa9bd4c2a
FEDORA-2021-eaa9bd4c2a has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.