Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
- fixing flake errors
- letting req text file be the source of truth for the "Install pip dependencies" step.
  • Loading branch information
carlkidcrypto committed Mar 3, 2024
1 parent 80e71b6 commit 3572e5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:

- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build source
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ setuptools==69.1.1
urllib3==2.2.1
build==1.1.1
cibuildwheel==2.16.5
pip==24.0
pip==24.0
wheel==0.37.1
1 change: 0 additions & 1 deletion tests/test_multi_threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pytest
from ezsnmp.session import Session
from ezsnmp.exceptions import EzSNMPConnectionError
from time import sleep
import concurrent.futures
import multiprocessing

Expand Down

0 comments on commit 3572e5e

Please sign in to comment.