Skip to content

Commit

Permalink
update nox file (microsoft#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 authored Nov 7, 2023
1 parent c250daf commit 0a765b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ def _get_debugpy_info(version="latest", platform="none-any", cp="cp311"):
)[0]


@nox.session()
def create_debugpy_json(session: nox.Session, version="1.7.0", cp="cp311"):
@nox.session
@nox.parametrize("version", ["1.5.1", "1.7.0", "latest"])
@nox.parametrize("cp", ["cp39", "cp311"])
def create_debugpy_json(session: nox.Session, version, cp):
platforms = [
("macOS", "macosx"),
("win32", "win32"),
Expand Down

0 comments on commit 0a765b5

Please sign in to comment.