On Wed, 2023-10-11 at 09:31 -0300, Priscila Gutierres wrote:
> Thank you,
> It works removing -t from %pyproject_buildrequires, EXCEPT if I keep all
> the pytest tests running
> When running the test, it blames about the modules needed for the tests, as
> you can see here: https://paste.centos.org/view/5f0e107a
> Deleting line 61 here: https://paste.centos.org/view/c25fee49, everything
> works as expected +_+

Well, yes, that's...expected. Removing -t means you're not generating
automatic build dependencies for the test suite, so the things the test
suite needs don't get installed.

As I said in my mail, if you want to run the tests - which you should!
- you either need to get upstream to make its dependency version
specifiers looser, patch them downstream before the dependency
generator runs, or don't use the dependency generator but specify the
BuildRequires manually based on the text file.
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



_______________________________________________
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