소스 검색

Remove Hy test astor pinning

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

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

@@ -22,6 +22,5 @@ if ! "$python" -c 'import sys; exit((sys.version_info[0] == 3 and sys.version_in
 	exit
 fi
 
-# astor 0.6 removed "codegen" (renamed to "code_gen"), which breaks hy 0.12.1
-pip install -q 'hy==0.12.1' 'astor==0.5'
+pip install -q 'hy==0.12.1'
 hy ./container.hy