nix: Remove flake8 from test requirements.
This commit is contained in:
parent
aab8b8038b
commit
b6edbc7c40
2 changed files with 1 additions and 2 deletions
|
|
@ -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 = ./.;
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -117,7 +117,6 @@ test_requirements = [
|
|||
'WebTest',
|
||||
'configobj',
|
||||
'cssselect',
|
||||
'flake8',
|
||||
'lxml',
|
||||
'mock',
|
||||
'pytest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue