parent
a2a887bb2c
commit
1e1b189d77
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
python-version: ['3.8', '3.9', '3.10']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
coverage==6.4.1
|
coverage==6.4.1
|
||||||
fakeredis==1.7.5
|
fakeredis==2.10.2
|
||||||
flake8==6.0.0
|
flake8==6.0.0
|
||||||
freezegun==1.2.1
|
freezegun==1.2.1
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
|
|
|
@ -3,5 +3,5 @@ Flask==2.1.2
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
redis==4.3.3
|
redis==4.5.3
|
||||||
Werkzeug==2.2.3
|
Werkzeug==2.2.3
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py37, py38, py39, py310, flake8
|
envlist = py38, py39, py310, flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
setenv =
|
||||||
|
|
Loading…
Reference in a new issue