Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #143 from CSCfi/fix/tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
blankdots committed Mar 18, 2020
2 parents 482093c + e6025f7 commit fc2f058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
install_requires=['asyncpg', 'authlib', 'aiohttp_cors',
'jsonschema', 'gunicorn>=20.0.1', 'aiohttp'],
extras_require={
'test': ['coverage==4.5.4', 'pytest', 'pytest-cov',
'test': ['coverage==4.5.4', 'pytest<5.4', 'pytest-cov',
'coveralls', 'testfixtures', 'tox',
'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'],
'docs': [
Expand Down

0 comments on commit fc2f058

Please sign in to comment.