Replies: 1 comment
-
Nvm I was careless when checking the log. It was required for Python version < 3.11. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't get copr to build pytest 7.3 for EPEL 9, and hope you can help!
The build log suggests that the build fails because
'python3dist(exceptiongroup) >= 1~rc8'
is missing. However, that is only required when the Python version is 3.11+. EPEL 9 has the default Python at version 3.9.But as mock.py is executed with Python version 3.13, it mistakenly requires that
python3dist(exceptiongroup)
should be installed.How can I work around this? Is there a way to specify which Python version to use for mock.py?
Beta Was this translation helpful? Give feedback.
All reactions