We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6123111 commit a85c8e4Copy full SHA for a85c8e4
noxfile.py
@@ -64,7 +64,8 @@ def run_get_flavors(session: nox.Session):
64
"""
65
Print all flavors as JSON.
66
67
- print(json.dumps(get_flavors()))
+ #print(json.dumps(get_flavors()))
68
+ print(json.dumps(["template-Exasol-all-python-3.10"]))
69
70
@nox.session(name="get-runner-for-flavor", python=False)
71
@nox.parametrize("flavor", get_flavors())
0 commit comments