Skip to content

Commit

Permalink
python3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Nov 29, 2023
1 parent 0e39c64 commit c43b48c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
pip install -r development.txt
pip install ntc_templates==1.4.1
pip install textfsm==0.4.1
pip install nose2
pip install .
- name: Run black tool
Expand All @@ -44,6 +45,4 @@ jobs:
- name: Run unit tests
run: |
pip install nose2
pip install nose2[coverage_plugin]
nose2 -v --coverage jnpr.junos --with-coverage tests.unit

0 comments on commit c43b48c

Please sign in to comment.