You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
527 B

--- setup.py 2018-04-15 23:07:53.790000000 +0200
+++ setup.py 2018-04-15 23:09:29.650000000 +0200
@@ -507,14 +507,6 @@
setup_args['tests_require'] = test_deps
setup_args['extras_require'] = {
- 'test': [
- 'setuptools_trial',
- 'isort',
- # spellcheck introduced in version 1.4.0
- 'pylint<1.7.0',
- 'pyenchant',
- 'flake8~=2.6.0',
- ] + test_deps,
'bundle': [
"buildbot-www=={0}".format(bundle_version),
"buildbot-worker=={0}".format(bundle_version),