sigstore / sigstore-conformance

Conformance testing for Sigstore clients
https://sigstore.dev
7 stars 10 forks source link

action: invoke pytest through python #89

Closed woodruffw closed 1 year ago

woodruffw commented 1 year ago

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.

woodruffw commented 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

woodruffw commented 1 year ago

This is ready for review, but shouldn't be merged until we do another sigstore-python RC.

woodruffw commented 1 year ago

CC @steiza the changes here should fix the CI on #82!