Skip to content

Commit

Permalink
Clean up dependabot test failures (#482)
Browse files Browse the repository at this point in the history
* Clean up dependabot test failures

* Remove python 3.7 test due to EOL
  • Loading branch information
nd4p90x authored Sep 18, 2024
1 parent b1854cc commit e045297
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v3
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run with setup-python 3.7
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Setup required modules
run: python -m pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover -s segment

- name: Run with setup-python 3.8
uses: actions/setup-python@v5
with:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
backoff==2.2.1
cryptography==42.0.7
flake8==3.7.9
cryptography==43.0.1
flake8==7.1.1
mock==2.0.0
pylint==3.2.7
PyJWT==2.9.0
pylint==2.8.0
python-dateutil==2.8.2
requests==2.31.0
requests==2.32.3

0 comments on commit e045297

Please sign in to comment.