Skip to content

Commit 8119687

Browse files
authored
Update the minimum version of databricks-labs-pytester to 0.7.2 (#408)
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 dependencies for this project to require that version or later. This is mainly an informational change: it doesn't affect normal installs of `lsql`, nor does it affect fresh installs of this project for development because the latest version will be picked up.
1 parent c925c17 commit 8119687

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
@@ -46,7 +46,7 @@ dependencies = [
4646
"coverage[toml]>=6.5",
4747
"pytest",
4848
"pylint",
49-
"databricks-labs-pytester>=0.5.0",
49+
"databricks-labs-pytester>=0.7.2",
5050
"pytest-xdist",
5151
"pytest-cov>=4.0.0,<5.0.0",
5252
"pytest-mock>=3.0.0,<4.0.0",

0 commit comments

Comments
 (0)