File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/catalystwan-core Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1313DEFAULT_PYTHON_VERSION = "3.12"
1414CURRENT_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
1822nox .options .sessions = ["units" ]
1923
Original file line number Diff line number Diff 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 ]
5054dev = [
You can’t perform that action at this time.
0 commit comments