https://bugzilla.redhat.com/show_bug.cgi?id=1409192 --- Comment #6 from Adam Williamson <awilliam@xxxxxxxxxx> --- "Well, it looks like there's just one major issue:" fixed in -3: Spec URL: https://www.happyassassin.net/reviews/python-pytest-httpbin/python-pytest-httpbin.spec SRPM URL: https://www.happyassassin.net/reviews/python-pytest-httpbin/python-pytest-httpbin-0.2.3-3.fc26.src.rpm "Also, why are these here?" The point of httpbin is to test HTTP transactions. pytest-httpbin provides a test fixture which is an httpbin-based HTTP server. In order to test HTTPS transactions using that server, it needs a server cert, which is what cert.pem is, and it needs to provide a trust bundle which says the server cert is trusted, which is what cacert.pem is. They won't be used by anything besides pytest-httpbin itself (and the cert is only valid for 127.0.0.1 in any case). -- 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