We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a159cbe commit 37535e2Copy full SHA for 37535e2
noxfile.py
@@ -327,7 +327,7 @@ def gha_list(session):
327
else:
328
if additional_args.with_version:
329
# sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}({param})"}
330
- # for py, param in product(session_func.python, session_func.parametrize)]
+ # for py, param in product(session_func.python, session_func.parametrize)]
331
# Hack to return the valid ones only, in order # TODO remove this hack when ENV is removed
332
sessions_list = [{"python": py, "session": f"{session_func.__name__}-{py}(env='{env}')"}
333
for py, env in ENVS.keys()]
0 commit comments