Skip to content

Commit

Permalink
Upstream genie test issue fix (#680)
Browse files Browse the repository at this point in the history
* Upstream genie test issue fix

* fix version
  • Loading branch information
roverflow authored Dec 17, 2024
1 parent dd530df commit 2707170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ ntc_templates
pyats >= 21.4 ; python_version < '3.11'
# fix genie version for python version less than 3.11
genie == 24.3 ; python_version < '3.11'
# use the latest genie version for every Python version greater than 3.11
genie
# use the latest genie version for every Python version greater than 3.11 and less than 3.13
genie ; python_version < '3.13' and python_version >= '3.11'
passlib

0 comments on commit 2707170

Please sign in to comment.