diff --git a/requirements-test.txt b/requirements-test.txt index eec3d1a..73401a1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -11,8 +11,9 @@ pymongo==3.3.0 pytest==3.0.2 # rq.filter: !=2.9.0,!=2.9.1,!=2.9.2 rabbitpy==0.27.1 redis==2.10.5 +pylama==7.1.0 pyflakes==1.3.0 -pep257==0.7.0 +pydocstyle==1.0.0 pep8==1.7.0 mccabe==0.5.2 boto3==1.4.0 diff --git a/setup.py b/setup.py index e3f3089..8b2e0f5 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,6 @@ def read(fname): 'tests': [ 'pytest-cov==2.3.1', 'pytest-xdist==1.15.0', - 'pylama==7.1.0', 'Mock==2.0.0', ], 'mysql': ['mysqlclient'],