Skip to content

Commit 38fe6c8

Browse files
committed
Fix nox scripts
1 parent 293c3e5 commit 38fe6c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/catalystwan-core/noxfile.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
DEFAULT_PYTHON_VERSION = "3.12"
1414
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
1515

16-
DEPENDENCY = ["../catalystwan-types/", "../../versions/catalystwan-v20_15/"]
16+
DEPENDENCY = [
17+
"../catalystwan-types/",
18+
"../../versions/catalystwan-v20_15/",
19+
"../../versions/catalystwan-v20_16/",
20+
]
1721

1822
nox.options.sessions = ["units"]
1923

packages/catalystwan-core/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ test = [
4141
]
4242
"ver-all" = [
4343
"catalystwan-v20-15 == 2.0.0a1",
44+
"catalystwan-v20-16 == 2.0.0a1",
4445
]
4546
"ver-2015" = [
4647
"catalystwan-v20-15 == 2.0.0a1",
4748
]
49+
"ver-2016" = [
50+
"catalystwan-v20-16 == 2.0.0a1",
51+
]
4852
# for nox
4953
[dependency-groups]
5054
dev = [

0 commit comments

Comments
 (0)