Skip to content

Commit ec02207

Browse files
authored
Unpit lit version from setup.py (llvm#54)
We install lit via `tox` when we run the tests -- there is no need to install `lit` when we only want to install LNT itself, and even less of a need to pin it to a specific version (which in this case is old and causes a bunch of tests to fail).
1 parent 04cc399 commit ec02207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
"click==6.7",
133133
"pyyaml==5.1.2",
134134
"requests",
135-
"lit==0.11.1",
136135
"certifi"
137136
],
138137

0 commit comments

Comments
 (0)