Skip to content

Commit 69f7f37

Browse files
authored
Update the minimum version of databricks-labs-pytester to 0.7.2 (#4028)
The [just released](https://github.com/databrickslabs/pytester/releases/tag/v0.7.2) version of `pytester` includes a fix for a breaking change that was introduced by Databricks SDK 0.51: older versions of pytester will fail to import if the new Databricks SDK is present. This PR updates the test dependency to the version that was just released: - This is mainly informational in terms of the breaking change: it doesn't affect user installs, and fresh development environments will probably pick up the newer version anyway. - The existing specified version is probably wrong: since 0.3.0 we've introduced things in pytester that `ucx` requires, but the dependency was not updated to reflect this.
1 parent 3635a65 commit 69f7f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies = [
7878
"pylint~=3.3.1",
7979
"pylint-pytest==2.0.0a0",
8080
"databricks-labs-pylint~=0.5",
81-
"databricks-labs-pytester>=0.3.0",
81+
"databricks-labs-pytester>=0.7.2",
8282
"pytest~=8.3.3",
8383
"pytest-cov~=4.1.0",
8484
"pytest-mock~=3.14.0",

0 commit comments

Comments
 (0)