diff --git a/.pylintrc b/.pylintrc index f69d599..2b5de18 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,7 +7,7 @@ extension-pkg-whitelist= # Add files or directories to the blacklist. They should be base names, not # paths. -#ignore=CVS,tests,doc +#ignore=tests,docs # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. diff --git a/setup.py b/setup.py index ab630fa..7c1537f 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def get_cmdclass(): 'coverage == 4.4.0', 'moto', 'pep8', - 'pytest >= 3.1.0', + 'pytest == 3.6.4', 'pytest-cov >= 2.5.0', 'pytest-pep8', 'pytest-pylint',