Skip to content

Commit

Permalink
add noble option to pytest CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein authored Nov 14, 2024
1 parent 52c260d commit 3a7621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def pytest_addoption(parser):
"--series",
type=str.lower,
default="jammy",
choices=["focal", "jammy"],
choices=["focal", "jammy", "noble"],
help="Set series for the machine units",
)
parser.addoption(
Expand Down

0 comments on commit 3a7621d

Please sign in to comment.