Skip to content

Commit 0b6bbb4

Browse files
authored
Adopt databricks-labs-pytester PyPI package (#2663)
This PR moves fixture usage from `mixins.fixtures` into its own top-level library.
1 parent fdbfc55 commit 0b6bbb4

File tree

8 files changed

+251
-1956
lines changed

8 files changed

+251
-1956
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ dependencies = [
7777
"pylint~=3.2.2",
7878
"pylint-pytest==2.0.0a0",
7979
"databricks-labs-pylint~=0.4.0",
80-
"pytest~=8.1.0",
80+
"databricks-labs-pytester>=0.2.1",
81+
"pytest~=8.3.3",
8182
"pytest-cov~=4.1.0",
8283
"pytest-mock~=3.14.0",
8384
"pytest-timeout~=2.3.1",

0 commit comments

Comments
 (0)