Skip to content

Commit 44e8a35

Browse files
authored
remove torch.hub tests (#7399)
1 parent 5850f37 commit 44e8a35

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,6 @@ jobs:
324324
name: Check Python types statically
325325
command: mypy --install-types --non-interactive --config-file mypy.ini
326326

327-
unittest_torchhub:
328-
docker:
329-
- image: cimg/python:3.8
330-
steps:
331-
- checkout
332-
- install_torchvision
333-
- run_tests_selective:
334-
file_or_dir: test/test_hub.py
335-
336327
unittest_onnx:
337328
docker:
338329
- image: cimg/python:3.8
@@ -1017,7 +1008,6 @@ workflows:
10171008

10181009
unittest:
10191010
jobs:
1020-
- unittest_torchhub
10211011
- unittest_onnx
10221012
- unittest_extended
10231013
{{ unittest_workflows() }}

test/test_hub.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)