Jul 16, 2024 13:30:00 Petr Pisar <ppi...@redhat.com>:

> V Tue, Jul 16, 2024 at 05:24:55AM -0400, Stephen Smoogen napsal(a):
>> So you are running into modularity issue there and I am guessing it is from
>> mock versus koji because koji gets around modularity with a hack. In mock
>> you have to tell it to enable the module there are in. I don’t know the
>> syntax off hand but it is probably a command line flag.
>>
> It's not a modularity issue. The issue is the python38-pytest is only built as
> a modular package. In contrast to python38 or python312 packages which are
> built a nonmodular packages.
>
> It's a common misinterpretation of missing packages as "modularity breaks my
> system". Reality is that Python team does not build 3rd-party packages, like
> pytest, for nondefault Python out of modules. They could, but they don't.
>
> The error message only means that the only python38-pytest package found is
> from python38:3.8 module stream, but that stream is not enabled. That's all.
>
> If Mark cannot enable the stream for whatever reason, the only option for
> him to build pytest against python38 for himslelf.
>
> -- Petr

pytest is a red herring - it doesn't cause issues with python312. My build with 
python 3.12 fails because the scons build detects python version 3.6, not 3.12.
Getting the detected version to >3.6 is my real problem, and it seems 
independent of updating the BuildRequires values
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to