Skip to content

Commit

Permalink
Added fix to handle mode telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed May 10, 2024
1 parent 9e9fe14 commit bbbf516
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8.12, 3.9.12, 3.10.12, 3.11.9, 3.12.3]
python-version: [3.8.12, 3.9.12, 3.10.12]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -64,13 +64,13 @@ jobs:
- name: Run unit test
run: |
source venv/bin/activate
pip install nose
pip install mock
pip install coverage
pip install ntc_templates==1.4.1
pip install textfsm==0.4.1
pip install colorama
pip install icdiff==1.9.1
pip install pyyaml
#pip install nose
#pip install mock
#pip install coverage
#pip install ntc_templates==1.4.1
#pip install textfsm==0.4.1
#pip install colorama
#pip install icdiff==1.9.1
#pip install pyyaml
cd tests/unit
nosetests -v --with-coverage --cover-package=jnpr.jsnapy --cover-inclusive -a unit

0 comments on commit bbbf516

Please # to comment.