Skip to content

Commit

Permalink
Deprecate the support for "python setup.py test" (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
linyq17 committed Jan 28, 2022
1 parent 66d92a5 commit 1ad6ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def add_mim_extension():
'Programming Language :: Python :: 3.8',
],
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'),
Expand Down

0 comments on commit 1ad6ff7

Please sign in to comment.