Upgrade pytest to 4.0.2

This commit is contained in:
Simon Willison 2018-12-16 13:18:55 -08:00
commit 84d7890b63
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -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',
]