We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e06551 commit 511834fCopy full SHA for 511834f
3 files changed
acceptance/bundle/python/pipelines-support/test.toml
acceptance/bundle/python/test.toml
@@ -1,12 +1,13 @@
1
-# Tests don't interact with APIs
2
-
3
Ignore = [
4
- # created by scripts to install the latest wheel with UV_ARGS
+ # requirements-latest.txt is created by scripts to install databricks-bundles from the same commit
5
"requirements-latest.txt",
6
]
7
8
[EnvMatrix]
9
UV_ARGS = [
+ # pin to a specific version from the past to avoid issues with unintended breaking changes
+ # we can't expect CLI and databricks-bundles versions to be always in sync
10
"--with databricks-bundles==0.266.0",
11
+ # requirements-latest.txt is created by scripts install databricks-bundles from the same commit
12
"--with-requirements requirements-latest.txt --no-cache",
13
acceptance/bundle/python/unicode-support/test.toml
0 commit comments