Skip to content

Commit 67373b6

Browse files
authored
fix tests failures (#161)
* fix tests failures * remove deprecated python 3.7 from our tests * revert to previous actions * drop 3.8 for the tests * fix tox error
1 parent adc4e93 commit 67373b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
35+
python-version: ['3.9', '3.10', '3.11']
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v3

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8>=5.0.0
66
flake8-black
77
flake8-docstrings
88
flake8-import-order
9-
moto
9+
moto==4.2.10
1010
pep8-naming
1111
pexpect
1212
pydocstyle

0 commit comments

Comments
 (0)