浏览代码

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