From 37535e24b714caa03fdfba06dfff194f60b8db35 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Sat, 16 Mar 2024 01:58:57 +0100 Subject: [PATCH] Dummy commit --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 3d7a38f..fc88b0a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -327,7 +327,7 @@ def gha_list(session): else: if additional_args.with_version: # sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}({param})"} - # for py, param in product(session_func.python, session_func.parametrize)] + # for py, param in product(session_func.python, session_func.parametrize)] # Hack to return the valid ones only, in order # TODO remove this hack when ENV is removed sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}(env='{env}')"} for py, env in ENVS.keys()]