pact-foundation / pact-python

Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
http://pact.io
MIT License
568 stars 137 forks source link

chore(ci): rework continue-on-error #655

Closed JP-Ellis closed 4 months ago

JP-Ellis commented 4 months ago

:memo: Summary

There's no point testing on Python 3.13 as we can't even install hatch at this stage (let alone test Pact Python).

~:rotating_light: Breaking Changes~

:fire: Motivation

To get a workflow status that is properly reflective of the real status.

:hammer: Test Plan

CI

~:link: Related issues/PRs~

JP-Ellis commented 4 months ago

Closing as it isn't exactly required. The badge is marked as a success (even if the commit has a cross).