There was an error while loading. Please reload this page.
1 parent 75fcd93 commit e616eb3Copy full SHA for e616eb3
1 file changed
src/python/supply/supply_test.go
@@ -154,6 +154,7 @@ var _ = Describe("Supply", func() {
154
155
It("installs latest from manifest", func() {
156
mockInstaller.EXPECT().InstallOnlyVersion("pip", "/tmp/pip")
157
+ mockInstaller.EXPECT().InstallOnlyVersion("flit-core", "/tmp/pip")
158
mockCommand.EXPECT().Execute(buildDir, gomock.Any(), gomock.Any(), "python", "-m", "pip", "install", "pip", "--exists-action=w", "--no-index", "--ignore-installed", "--find-links=/tmp/pip")
159
mockStager.EXPECT().LinkDirectoryInDepDir(filepath.Join(filepath.Join(depDir, "python"), "bin"), "bin")
160
0 commit comments