소스 검색

Pin python-hy test to Hy 0.11

Tianon Gravi 8 년 전
부모
커밋
ccac248e3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/tests/python-hy/container.sh

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

@@ -9,5 +9,5 @@ if ! python -c 'import sys; exit((sys.version_info[0] == 3 and sys.version_info[
 	exit
 fi
 
-pip install -q hy
+pip install -q 'hy==0.11.*'
 hy ./container.hy