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 3e6c5cf commit 0697db5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- name: Analysing the code with pylint
run: |
pip install pylint
pwd
ls -l
sudo find ./lib/jnpr/jsnapy -type f -name "*.py" | xargs pylint | grep .
- name: Run black tool
Expand All @@ -66,5 +64,4 @@ jobs:
source venv/bin/activate
pip install -r development.txt
cd tests/unit
#nosetests -v --with-coverage --cover-package=jnpr.jsnapy --cover-inclusive -a unit
nose2 --with-coverage -vvvv

0 comments on commit 0697db5

Please sign in to comment.