Skip to content

Commit e3001ee

Browse files
author
Thomas Preud'homme
committed
Pin lit to Python2-compatible version
Python2 testing of LNT fails because latest LIT no longer supports Python2. This commit pins lit to an earlier version that still does. Reviewed By: PrzemekWirkus Differential Revision: https://reviews.llvm.org/D104705
1 parent f48d431 commit e3001ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"pyyaml==3.13",
135135
"requests",
136136
"future",
137-
"lit",
137+
"lit==0.11.1",
138138
],
139139

140140
ext_modules=[cPerf],

0 commit comments

Comments
 (0)