Update exec command, remove mock from unit tests

This commit is contained in:
panticmilos 2022-07-18 18:24:59 +02:00
parent 6e46140c9c
commit 96d176662d
3 changed files with 4 additions and 23 deletions

View file

@ -114,12 +114,6 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
dependencyFile
);
if (process.platform === 'linux') {
getLinuxOSReleaseInfoSpy.mockImplementation(() =>
Promise.resolve('Ubuntu-20.4')
);
}
await cacheDistributor.restoreCache();
if (process.platform === 'linux') {