https://bugzilla.redhat.com/show_bug.cgi?id=1914689 --- Comment #3 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- + /usr/bin/python3 setup.py test ... Ran 0 tests in 0.000s This is usually a sign that: - there are no tests in the tarball - or upstream runs tests differently There was an upstream report for setuptools to fail instead of success in that case, but it was dismissed as the test command is deprecated: WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. I cannot find the upstream issue. Anyway, sphinx-tabs uses pytest (and tox), I recommend using the github tarball (I see you already do) and running %pytest (or %tox, but that requires pyproject-rpm-macros). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx