Skip to content

Commit 2707170

Browse files
authored
Upstream genie test issue fix (#680)
* Upstream genie test issue fix * fix version
1 parent dd530df commit 2707170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ntc_templates
1414
pyats >= 21.4 ; python_version < '3.11'
1515
# fix genie version for python version less than 3.11
1616
genie == 24.3 ; python_version < '3.11'
17-
# use the latest genie version for every Python version greater than 3.11
18-
genie
17+
# use the latest genie version for every Python version greater than 3.11 and less than 3.13
18+
genie ; python_version < '3.13' and python_version >= '3.11'
1919
passlib

0 commit comments

Comments
 (0)