mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade pytest to 4.0.2
This commit is contained in:
parent
c5f90dd1b2
commit
84d7890b63
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
|||
setup_requires=['pytest-runner'],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest==3.7.1',
|
||||
'pytest==4.0.2',
|
||||
'aiohttp==3.3.2',
|
||||
'beautifulsoup4==4.6.1',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue