-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor]Deprecate the support for python setup.py test
#60
Conversation
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
=======================================
Coverage 56.58% 56.58%
=======================================
Files 83 83
Lines 2932 2932
Branches 540 540
=======================================
Hits 1659 1659
Misses 1197 1197
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
* Update README according to OpenMMLab standard. * [Refactor]Deprecate the support for ``python setup.py test`` (#60) * Deprecate the support for ``python setup.py test`` * Update requirements * Upgrade isort in pre-commit hook (#70) * Update README according to OpenMMLab standard. * modify uppercase and lowercase Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
…lab#60) * Deprecate the support for ``python setup.py test`` * Update requirements
* Update README according to OpenMMLab standard. * [Refactor]Deprecate the support for ``python setup.py test`` (open-mmlab#60) * Deprecate the support for ``python setup.py test`` * Update requirements * Upgrade isort in pre-commit hook (open-mmlab#70) * Update README according to OpenMMLab standard. * modify uppercase and lowercase Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
…lab#60) * Deprecate the support for ``python setup.py test`` * Update requirements
* Update README according to OpenMMLab standard. * [Refactor]Deprecate the support for ``python setup.py test`` (open-mmlab#60) * Deprecate the support for ``python setup.py test`` * Update requirements * Upgrade isort in pre-commit hook (open-mmlab#70) * Update README according to OpenMMLab standard. * modify uppercase and lowercase Co-authored-by: whcao <41630003+HIT-cwh@users.noreply.github.com>
* fix mark * remove useless line
Motivation
Refers to open-mmlab/mmcv#1637
Modification
Update the setup.py
BC-breaking (Optional)
Does the modification introduce changes that break the backward compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here and update the documentation.
Checklist
Before PR:
After PR: