Quellcode durchsuchen

Pin python-hy test to Hy 0.11

Tianon Gravi vor 8 Jahren
Ursprung
Commit
ccac248e3d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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