Skip to content

Commit 37535e2

Browse files
author
Sylvain MARIE
committed
Dummy commit
1 parent a159cbe commit 37535e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def gha_list(session):
327327
else:
328328
if additional_args.with_version:
329329
# sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}({param})"}
330-
# for py, param in product(session_func.python, session_func.parametrize)]
330+
# for py, param in product(session_func.python, session_func.parametrize)]
331331
# Hack to return the valid ones only, in order # TODO remove this hack when ENV is removed
332332
sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}(env='{env}')"}
333333
for py, env in ENVS.keys()]

0 commit comments

Comments
 (0)