summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorGuilherme Leobas <gleobas@quansight.com>2021-03-18 17:29:45 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-03-18 17:33:53 -0700
commitbbb06c05a833e168b10356a0c103dea7beaa3eca (patch)
treee27b12ab40bf6c4a6b87ab05f55bc61c371490c4 /mypy.ini
parent53d8778b4d691f08e2236ea235ea1f9c5a69b6fd (diff)
downloadpytorch-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.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index 6452240bf2..a16a7032cf 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -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,