Hello.
In this PR: https://src.fedoraproject.org/rpms/python-tox/pull-request/130
I want to install the pypy3.10-devel package via tests/tests.yml required_packages:.
pypy3.10-devel
tests/tests.yml
required_packages:
I have this buildroot override: https://bodhi.fedoraproject.org/overrides/pypy3.10-7.3.12-1.3.10.fc38
I have verified that the package is installable in Koji and in mock via mock -r fedora-38-x86_64 --enablerepo=local install pypy3.10-devel.
mock -r fedora-38-x86_64 --enablerepo=local install pypy3.10-devel
However, the CI fails with:
Error: Unable to find a match: pypy3.10-devel
I belive this is a regression introduced via https://pagure.io/fedora-ci/general/issue/376
Metadata Update from @mvadkert: - Issue assigned to mvadkert - Issue tagged with: Testing Farm
rerun the tests, we have re-enabled the repo for all Fedora releases
Awesome, thanks.
Metadata Update from @churchyard: - Issue status updated to: Closed (was: Open)