Explorar o código

Merge pull request #15589 from docker-library/fix-python-windows-test

Fix Windows test failures in Pypy
yosifkit %!s(int64=2) %!d(string=hai) anos
pai
achega
5019694519
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/tests/python-hy/container.cmd

+ 1 - 1
test/tests/python-hy/container.cmd

@@ -28,7 +28,7 @@ rem or that a new version will no longer work with this python version
 set PIP_NO_PYTHON_VERSION_WARNING=1
 rem https://pypi.org/project/hy/#history
 rem https://pypi.org/project/hyrule/#history
-pip install -q "hy==1.0a4" "hyrule==0.1" || exit /b %errorlevel%
+pip install -q "hy==1.0a4" "hyrule==0.1" "sh==1.14.2" > NUL || exit /b %errorlevel%
 
 hy ./container.hy || exit /b %errorlevel%