From 0a0fe9dd5051a11b84bcd45657bf156872958744 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 27 Dec 2021 14:09:38 -0500
Subject: [PATCH] nope, use python39 for lint because tools are missing from
 py27 ecosystem

---
 tests.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.nix b/tests.nix
index bf355d8..40412a7 100644
--- a/tests.nix
+++ b/tests.nix
@@ -35,7 +35,7 @@ let
     };
 
     lint-python = mach-nix.mkPython {
-      inherit (zkapauthorizer.meta.mach-nix) python;
+      python = "python39";
       requirements = ''
         isort
         black
-- 
GitLab