aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

chore(deps): pin coverage==7.* #51

Closed jusiskin closed 9 months ago

jusiskin commented 9 months ago

What was the problem/requirement? (What/Why)

Our CIs are failing to fetch coverage~=7.4

What was the solution? (How)

Pin to coverage == 7.*

What is the impact of this change?

CIs will resume working

How was this change tested?

Ran:

hatch env prune
hatch run fmt
hatch run lint
hatch build
hatch run test

Was this change documented?

No

Is this a breaking change?

No