##// END OF EJS Templates
nix: Remove flake8 from test requirements.
Martin Bornhold -
r929:56bdb425 default
parent child Browse files
Show More
@@ -1418,7 +1418,7 b''
1418 1418 };
1419 1419 rhodecode-enterprise-ce = super.buildPythonPackage {
1420 1420 name = "rhodecode-enterprise-ce-4.5.0";
1421 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner pytest-sugar];
1421 buildInputs = with self; [WebTest configobj cssselect lxml mock pytest pytest-cov pytest-runner pytest-sugar];
1422 1422 doCheck = true;
1423 1423 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];
1424 1424 src = ./.;
@@ -117,7 +117,6 b' test_requirements = ['
117 117 'WebTest',
118 118 'configobj',
119 119 'cssselect',
120 'flake8',
121 120 'lxml',
122 121 'mock',
123 122 'pytest',
General Comments 0
You need to be logged in to leave comments. Login now