Skip to content

Commit d421bd4

Browse files
authored
Re-enable downstream CI checks (#286)
## Changes The downstream checks were disabled when we migrated from Hatch, and this PR removes them entirely: due to compatibility issues with transitive issues we've needed to specify explicit upper bounds on dependencies. With this in place downstream projects need to opt-in to new releases. ### Linked issues Follows #235.
1 parent b272272 commit d421bd4

2 files changed

Lines changed: 1 addition & 60 deletions

File tree

.github/workflows/downstreams.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies = [
9898

9999
[dependency-groups]
100100
test = [
101-
"databricks-labs-pytester~=0.7", # <= this library
101+
"databricks-labs-pytester~=0.7.5", # <= this library
102102
"pytest-cov~=7.0.0",
103103
"pytest-mock~=3.15.1",
104104
"pytest-timeout~=2.4.0",

0 commit comments

Comments
 (0)