From cd120f39f068be468a62896040f4ea9e5f3f9c57 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 27 Dec 2021 10:58:17 -0500 Subject: [PATCH] respect the chosen python version in the tests and lint tools --- tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.nix b/tests.nix index 40412a7..bf355d8 100644 --- a/tests.nix +++ b/tests.nix @@ -35,7 +35,7 @@ let }; lint-python = mach-nix.mkPython { - python = "python39"; + inherit (zkapauthorizer.meta.mach-nix) python; requirements = '' isort black -- GitLab