[Enhancement] Deprecate the support for 'python setup.py test' (#722)

pull/726/head
liukuikun 2022-01-11 12:49:06 +08:00 committed by GitHub
parent fa888303c3
commit 2f723b17a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.9',
],
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'),
extras_require={
'all': parse_requirements('requirements.txt'),