mirror of https://github.com/databricks/cli.git
rm -short support; not a big win with parallel runs
This commit is contained in:
parent
d7daebfba0
commit
97f87d2544
|
@ -29,12 +29,6 @@ func getPythonScriptsDir() string {
|
|||
}
|
||||
|
||||
func getPythonVersions() []string {
|
||||
if testing.Short() {
|
||||
return []string{
|
||||
"python3.9",
|
||||
"python3.12",
|
||||
}
|
||||
} else {
|
||||
return []string{
|
||||
"python3.9",
|
||||
"python3.10",
|
||||
|
@ -42,7 +36,6 @@ func getPythonVersions() []string {
|
|||
"python3.12",
|
||||
"python3.13",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func verifyVersion(t *testing.T, tempDir, wheelPath string) {
|
||||
|
|
Loading…
Reference in New Issue