Unverified Commit 8abb3b29 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Deprecate the support for "python setup.py test" (#1637)

* Remove the unnecessary dependency pytest-runner

* remove the tests_requires option from setup.py
parent ff83e502
......@@ -378,8 +378,6 @@ setup(
url='https://github.com/open-mmlab/mmcv',
author='MMCV Contributors',
author_email='openmmlab@gmail.com',
setup_requires=parse_requirements('requirements/build.txt'),
tests_require=parse_requirements('requirements/test.txt'),
install_requires=install_requires,
extras_require={
'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