mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Remove tests_require / setup_requires since we do not use setup.py test
This commit is contained in:
parent
8dc2885d94
commit
64cc5b3d07
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -12,8 +12,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa
|
|||
import flake8
|
||||
|
||||
|
||||
tests_require = ['mock >= 2.0.0', 'pytest']
|
||||
|
||||
# NOTE(sigmavirus24): When updating these requirements, update them in
|
||||
# setup.cfg as well.
|
||||
requires = [
|
||||
|
|
@ -147,6 +145,4 @@ setuptools.setup(
|
|||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
],
|
||||
tests_require=tests_require,
|
||||
setup_requires=['pytest-runner'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue