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



--- Comment #7 from Miro HronĨok <[email protected]> ---
The -t option is broken because the "deps" section in tox.ini references self
(via dot). We cannot (yet?) parse that.

Here is a workaround/fix (depending on your viewpoint):
https://github.com/thombashi/tcolorpy/pull/1



Alternatively to -t, you can use:

    %pyproject_buildrequires -x test


However, both options will give you a requirement on pytest-md-report which is
not packaged in Fedora and apparently not really needed. So manually specifying
the pytest dep is completely fine.


I would however add a comment about the situation. Something like:

# tox.ini uses the [test] extra, see also
https://github.com/thombashi/tcolorpy/pull/1
# the [test] extra brings in just pytest and pytest-md-report and we don't need
the latter
# hence, manually specifying pytest instead:
BuildRequires: python3-pytest


-- 
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=2058411
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to