mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Merge branch 'setup_py_test' into 'master'
Remove tests_require / setup_requires since we do not use setup.py test See merge request pycqa/flake8!277
This commit is contained in:
commit
894c4ac9ee
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
|
import flake8
|
||||||
|
|
||||||
|
|
||||||
tests_require = ['mock >= 2.0.0', 'pytest']
|
|
||||||
|
|
||||||
# NOTE(sigmavirus24): When updating these requirements, update them in
|
# NOTE(sigmavirus24): When updating these requirements, update them in
|
||||||
# setup.cfg as well.
|
# setup.cfg as well.
|
||||||
requires = [
|
requires = [
|
||||||
|
|
@ -147,6 +145,4 @@ setuptools.setup(
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Software Development :: Quality Assurance",
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
],
|
],
|
||||||
tests_require=tests_require,
|
|
||||||
setup_requires=['pytest-runner'],
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue