Commit 138e254
Fix pydabs acceptance test regex to match v1.x bundle versions (databricks#5294)
The `acceptance/bundle/templates/pydabs/test.toml` replacement regex
only matched `databricks-bundles==0.x.y`, so after the v1.0.0 release
the wheel version `1.0.0` slipped through unredacted and the recorded
output (`databricks-bundles==x.y.z`) no longer matched.
Broaden the regex to `\d+\.\d+\.\d+` (and escape the dots) so any future
version is normalized.1 parent 0f5afed commit 138e254
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments