Skip to content

Commit 16a8da8

Browse files
committed
update setup.py with pytest-mock and pytest-asyncio
1 parent 2f04e87 commit 16a8da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author_email='contact@pyth.network',
1111
install_requires=requirements,
1212
extras_require={
13-
'testing': requirements + ['mock', 'pytest', 'pytest-cov', 'pytest-socket'],
13+
'testing': requirements + ['mock', 'pytest', 'pytest-cov', 'pytest-socket', 'pytest-mock', 'pytest-asyncio'],
1414
},
1515
python_requires='>=3.7.0',
1616
)

0 commit comments

Comments
 (0)