From 8fb3229b767f48df4e1b4cbc0042b45e48cff7e2 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 3 Oct 2025 17:01:08 -0400 Subject: [PATCH] Unpit lit version from setup.py 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). --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index b8326a42..8e193256 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,6 @@ "click==6.7", "pyyaml==5.1.2", "requests", - "lit==0.11.1", "certifi" ],