diff options
author | Guilherme Leobas <gleobas@quansight.com> | 2021-03-18 17:29:45 -0700 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2021-03-18 17:33:53 -0700 |
commit | bbb06c05a833e168b10356a0c103dea7beaa3eca (patch) | |
tree | e27b12ab40bf6c4a6b87ab05f55bc61c371490c4 /mypy.ini | |
parent | 53d8778b4d691f08e2236ea235ea1f9c5a69b6fd (diff) | |
download | pytorch-bbb06c05a833e168b10356a0c103dea7beaa3eca.tar.gz pytorch-bbb06c05a833e168b10356a0c103dea7beaa3eca.tar.bz2 pytorch-bbb06c05a833e168b10356a0c103dea7beaa3eca.zip |
remove type_hint_tests and convert the files to use the new test style (#53167)
Summary:
This is a follow-up PR of https://github.com/pytorch/pytorch/issues/52408 and move/convert all files under `test/type_hint_tests/*.py` to use the new test style.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/53167
Reviewed By: ejguan
Differential Revision: D27081041
Pulled By: walterddr
fbshipit-source-id: 56508083800a5e12a7af88d095ca26229f0df358
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ follow_imports = silent files = torch, caffe2, - test/type_hint_tests, test/test_bundled_images.py, test/test_bundled_inputs.py, test/test_complex.py, |