mirror of https://github.com/databricks/cli.git
test: Add TODO comment for prebuilt patch wheel test
This commit is contained in:
parent
e7af1a606d
commit
34c2265965
|
@ -185,6 +185,8 @@ func TestPatchWheel(t *testing.T) {
|
||||||
func TestPrebuilt(t *testing.T) {
|
func TestPrebuilt(t *testing.T) {
|
||||||
tempDir := t.TempDir()
|
tempDir := t.TempDir()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
|
// AI TODO: set mtime of prebuiltWheel to some fixed value. Simplify the code below to hardcode names based on this value
|
||||||
outname, err := PatchWheel(ctx, prebuiltWheel, tempDir)
|
outname, err := PatchWheel(ctx, prebuiltWheel, tempDir)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue