misc: bump up pytest version for fixing ci build
This commit is contained in:
parent
134c414fe5
commit
01be691936
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ coverage
|
|||
settings.py
|
||||
.idea/*
|
||||
.cache/*
|
||||
.mypy_cache/
|
||||
.python-version
|
||||
docs/_build/
|
||||
docs/_api/
|
||||
|
|
2
setup.py
2
setup.py
|
@ -86,7 +86,7 @@ requirements = [
|
|||
]
|
||||
|
||||
tests_require = [
|
||||
"pytest==4.1.0",
|
||||
"pytest==5.2.1",
|
||||
"multidict>=4.0,<5.0",
|
||||
"gunicorn",
|
||||
"pytest-cov",
|
||||
|
|
Loading…
Reference in New Issue
Block a user