Skip to content

Commit 8e185d4

Browse files
committed
ci: run tests with libyang v3.13.6
Set upstream libyang branch to the latest v3 release rather than the default of master. Signed-off-by: Christian Hopps <[email protected]>
1 parent fff364a commit 8e185d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ install_command = {toxinidir}/tox-install.sh {envdir} {opts} {packages}
1414
allowlist_externals =
1515
{toxinidir}/tox-install.sh
1616
commands = python -Wd -m unittest discover -c
17+
setenv =
18+
LIBYANG_BRANCH=v3.13.6 # On v3 branch test using last libyang v3 release
1719

1820
[testenv:lydevel]
1921
setenv =

0 commit comments

Comments
 (0)