test: Add TODO comment for prebuilt patch wheel test

This commit is contained in:
Denis Bilenko 2025-03-05 14:50:52 +01:00 committed by Denis Bilenko (aider)
parent e7af1a606d
commit 34c2265965
1 changed files with 2 additions and 0 deletions

View File

@ -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)