From 2aa1b76db814ad09306188ada75310e9bab8c081 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Thu, 29 Feb 2024 09:14:45 +0000 Subject: [PATCH] Update noxfile.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index df23cc0d..2c33aeeb 100644 --- a/noxfile.py +++ b/noxfile.py @@ -3,7 +3,7 @@ import nox requirements_files = list( - {path.name.replace(".in", "") for path in Path(".").glob("*in")} + {path.stem for path in Path.cwd().glob("*.in")} )