test for pypy new version notation

This commit is contained in:
AlyonaSviridenko 2021-04-08 16:00:25 +03:00
parent a1121449a2
commit cb9573b913
4 changed files with 20 additions and 11 deletions

View file

@ -28,9 +28,9 @@ export async function findPyPyVersion(
const pypyVersionSpec = parsePyPyVersion(versionSpec);
// PyPy only precompiles binaries for x86, but the architecture parameter defaults to x64.
if (IS_WINDOWS && architecture === 'x64') {
/*if (IS_WINDOWS && architecture === 'x64') {
architecture = 'x86';
}
}*/
({installDir, resolvedPythonVersion, resolvedPyPyVersion} = findPyPyToolCache(
pypyVersionSpec.pythonVersion,