Skip to content

Commit

Permalink
Deprecate the support for "python setup.py test" (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
GT9505 committed Jan 12, 2022
1 parent 56c133e commit 9078948
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 @@ -213,8 +213,6 @@ def add_mim_extension():
'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'),
Expand Down

0 comments on commit 9078948

Please sign in to comment.