https://bugzilla.redhat.com/show_bug.cgi?id=2258034



--- Comment #9 from Ben Beasley <[email protected]> ---
(In reply to Ben Beasley from comment #8)
> The above also demonstrates how you could run the minimal tests and/or the
> full tests, but you will need to remove the dependency on python3-nose first
> (or persuade upstream to do so). If I add a BR on python3-nose after the BR
> on make (which of course isn’t permitted) then the minimal tests *do* pass
> in the example above. The full tests might pass too, but I haven’t yet
> waited long enough for the --with full_tests build to finish.

A correction to the spec from the above diff is needed to try the full tests,
since we need to make “buildtests” too when running the full tests:

%build
%pyproject_wheel
%if %{with minimal_tests} || %{with full_tests}
%make_build buildtests
%endif
%if %{with full_tests}
# This takes a long time!
%make_build compilertests
%endif

I stopped my test build after over an hour spent in %check on a pretty fast
machine; obviously, we won’t be running more than the minimal tests in koji
even if the nose dependency is removed.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2258034

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202258034%23c9
--
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to