From b6edbc7c4069a787082e0cd09a939d80211a4005 Mon Sep 17 00:00:00 2001 From: Martin Bornhold Date: Fri, 30 Sep 2016 16:45:52 +0200 Subject: [PATCH] nix: Remove flake8 from test requirements. --- pkgs/python-packages.nix | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix index 4c1f2229..747b273a 100644 --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1418,7 +1418,7 @@ }; rhodecode-enterprise-ce = super.buildPythonPackage { name = "rhodecode-enterprise-ce-4.5.0"; - buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner pytest-sugar]; + buildInputs = with self; [WebTest configobj cssselect lxml mock pytest pytest-cov pytest-runner pytest-sugar]; doCheck = true; propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt]; src = ./.; diff --git a/setup.py b/setup.py index 843a84cd..aa0d76b8 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,6 @@ test_requirements = [ 'WebTest', 'configobj', 'cssselect', - 'flake8', 'lxml', 'mock', 'pytest',