drop pytest

This commit is contained in:
Lex Berezhny 2018-11-26 18:02:08 -05:00
parent 221107e76e
commit ffae10d11f

View file

@ -47,9 +47,6 @@ setup(
extras_require={ extras_require={
'test': ( 'test': (
'faker==0.8.17', 'faker==0.8.17',
'pytest',
'pytest-asyncio',
'pytest-xprocess',
) )
} }
) )