فهرست منبع

Update Hy to 0.24.0 and pin "sh" to 1.14.2 (something in 1.14.3 breaks our "sys.executable" hack)

Tianon Gravi 3 سال پیش
والد
کامیت
b9b055b2ca
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      test/tests/hylang-sh/container.hy
  2. 1 1
      test/tests/python-hy/container.sh

+ 1 - 1
test/tests/hylang-sh/container.hy

@@ -5,7 +5,7 @@
   (print))
 
 (import subprocess sys)
-(subprocess.check_call [sys.executable "-m" "pip" "install" "-q" "sh"])
+(subprocess.check_call [sys.executable "-m" "pip" "install" "-q" "sh==1.14.2"])
 (import platform)
 
 (comment Windows is not supported by sh (sad day))

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

@@ -30,6 +30,6 @@ export PIP_DISABLE_PIP_VERSION_CHECK=1
 export PIP_NO_PYTHON_VERSION_WARNING=1
 # https://pypi.org/project/hy/#history
 # https://pypi.org/project/hyrule/#history
-pip install -q 'hy==1.0a4' 'hyrule==0.1'
+pip install -q 'hy==0.24.0' 'hyrule==0.2'
 
 hy ./container.hy