mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
remove pypy input
This commit is contained in:
parent
7f80679172
commit
fe5cc5b5b4
3 changed files with 2 additions and 26 deletions
|
@ -87,12 +87,4 @@ describe('Finder tests', () => {
|
|||
}
|
||||
expect(thrown).toBeTruthy();
|
||||
});
|
||||
|
||||
it('Finds PyPy if it is installed', async () => {
|
||||
const pythonDir: string = path.join(toolDir, 'PyPy', '2.0.0', 'x64');
|
||||
await io.mkdirP(pythonDir);
|
||||
fs.writeFileSync(`${pythonDir}.complete`, 'hello');
|
||||
// This will throw if it doesn't find it in the cache (because no such version exists)
|
||||
await finder.findPythonVersion('pypy2', 'x64');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue