Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f9ac49e01b
commit
0b1bc50af3
10 changed files with 134 additions and 44 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
|||
name: Pytest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04]
|
||||
python: ['3.6', '3.7', '3.8', '3.9']
|
||||
os: [ubuntu-latest]
|
||||
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
redis: [5, 6]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
pytest || cat cli_test.log
|
||||
lint:
|
||||
name: flake8 & black
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue