Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 16, 2024
1 parent a159cbe commit 37535e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
Expand Down

0 comments on commit 37535e2

Please sign in to comment.