diff --git a/setup.py b/setup.py index fc3af8901..c4bbb5323 100644 --- a/setup.py +++ b/setup.py @@ -47,9 +47,6 @@ setup( extras_require={ 'test': ( 'faker==0.8.17', - 'pytest', - 'pytest-asyncio', - 'pytest-xprocess', ) } )