Unverified Commit c7272063 authored by Wenhao Wu's avatar Wenhao Wu Committed by GitHub
Browse files

deprecate the support for "python setup.py test" (#1164)

parent 292eb31d
...@@ -217,8 +217,6 @@ if __name__ == '__main__': ...@@ -217,8 +217,6 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
license='Apache License 2.0', license='Apache License 2.0',
setup_requires=parse_requirements('requirements/build.txt'),
tests_require=parse_requirements('requirements/tests.txt'),
install_requires=parse_requirements('requirements/runtime.txt'), install_requires=parse_requirements('requirements/runtime.txt'),
extras_require={ extras_require={
'all': parse_requirements('requirements.txt'), 'all': parse_requirements('requirements.txt'),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment