fedora-infra / rpmautospec

Automatically generate release values and changelog entries from git history in RPM spec files
MIT License
4 stars 7 forks source link

Unbreak the CI pipeline #132

Closed nphilipp closed 5 months ago

nphilipp commented 5 months ago

Issue

Since recently, the test suite breaks on Python 3.9 ~ 3.11 with the Python interpreter aborting itself after it detected a refcounting error of the None singleton.

Acceptance Criteria

Background

Apparently some combinations of host OS (Ubuntu 24.04? 22.04?) plus Linux runtime (fedora-python-tox container + used Python version) can trigger this.