Skip to content

Commit a85c8e4

Browse files
committed
Use only "template-Exasol-all-python-3.10"
1 parent 6123111 commit a85c8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def run_get_flavors(session: nox.Session):
6464
"""
6565
Print all flavors as JSON.
6666
"""
67-
print(json.dumps(get_flavors()))
67+
#print(json.dumps(get_flavors()))
68+
print(json.dumps(["template-Exasol-all-python-3.10"]))
6869

6970
@nox.session(name="get-runner-for-flavor", python=False)
7071
@nox.parametrize("flavor", get_flavors())

0 commit comments

Comments
 (0)