Closed woodruffw closed 1 year ago
Something is making very little sense here: the self-test workflow should be running exactly the same tests as the sigstore-python
conformance suite, but this one is failing in all kinds of bizarre ways while the sigstore-python
conformance suite is passing cleanly:
https://github.com/sigstore/sigstore-python/actions/runs/5546318376/jobs/10126432814
This is ready for review, but shouldn't be merged until we do another sigstore-python
RC.
CC @steiza the changes here should fix the CI on #82!
This shaves down a few of the layers of indirection in the conformance suite, which will (hopefully) make error messages easier to sift through in the future.
Closes #88.