Skip to content

Commit 0a765b5

Browse files
update nox file (#132)
1 parent c250daf commit 0a765b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

noxfile.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ def _get_debugpy_info(version="latest", platform="none-any", cp="cp311"):
140140
)[0]
141141

142142

143-
@nox.session()
144-
def create_debugpy_json(session: nox.Session, version="1.7.0", cp="cp311"):
143+
@nox.session
144+
@nox.parametrize("version", ["1.5.1", "1.7.0", "latest"])
145+
@nox.parametrize("cp", ["cp39", "cp311"])
146+
def create_debugpy_json(session: nox.Session, version, cp):
145147
platforms = [
146148
("macOS", "macosx"),
147149
("win32", "win32"),

0 commit comments

Comments
 (0)