https://bugzilla.redhat.com/show_bug.cgi?id=1695139 --- Comment #13 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- > The tests only fail inside of the mock environment. Not really sure how to address this. Try exporting custom PATH and MANPATH form some of the failing tests to actually see the executables and manpages. For tests that fail due to missing internet connection, feel free to keep them disabled. If you really want to get fancy, do a %bcond_with internet (see python-sphinx as an example). I appreciate the ignored breakdown in comment. I see you ignore entire files. If you only want to skip some of the tests, examine -k option of pytest. It can do bool operations, e.g. -k "not (remote or web or (slow and tedious))". -- 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://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx