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

Commit fc2f058

Browse files
authored
Merge pull request #143 from CSCfi/fix/tests
Fix tests
2 parents 482093c + e6025f7 commit fc2f058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
install_requires=['asyncpg', 'authlib', 'aiohttp_cors',
4949
'jsonschema', 'gunicorn>=20.0.1', 'aiohttp'],
5050
extras_require={
51-
'test': ['coverage==4.5.4', 'pytest', 'pytest-cov',
51+
'test': ['coverage==4.5.4', 'pytest<5.4', 'pytest-cov',
5252
'coveralls', 'testfixtures', 'tox',
5353
'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'],
5454
'docs': [

0 commit comments

Comments
 (0)