Skip to content

Commit 2584baa

Browse files
authored
[0.17] Remove prototype area (#8152)
1 parent bd6044a commit 2584baa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1
-13392
lines changed

.github/workflows/prototype-tests-linux-gpu.yml

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

mypy.ini

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,6 @@ allow_redefinition = True
77
no_implicit_optional = True
88
warn_redundant_casts = True
99

10-
[mypy-torchvision.prototype.datapoints.*]
11-
12-
; untyped definitions and calls
13-
disallow_untyped_defs = True
14-
15-
; None and Optional handling
16-
no_implicit_optional = True
17-
18-
; warnings
19-
warn_unused_ignores = True
20-
21-
; miscellaneous strictness flags
22-
allow_redefinition = True
23-
24-
[mypy-torchvision.prototype.transforms.*]
25-
26-
; untyped definitions and calls
27-
disallow_untyped_defs = True
28-
29-
; None and Optional handling
30-
no_implicit_optional = True
31-
32-
; warnings
33-
warn_unused_ignores = True
34-
35-
; miscellaneous strictness flags
36-
allow_redefinition = True
37-
38-
[mypy-torchvision.prototype.datasets.*]
39-
40-
ignore_errors = True
41-
4210
[mypy-torchvision.io.image.*]
4311

4412
ignore_errors = True

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ addopts =
77
# enable all warnings
88
-Wd
99
--ignore=test/test_datasets_download.py
10-
--ignore-glob=test/test_prototype_*.py
1110
testpaths =
1211
test
1312
xfail_strict = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def run(self):
552552
license="BSD",
553553
# Package info
554554
packages=find_packages(exclude=("test",)),
555-
package_data={package_name: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
555+
package_data={package_name: ["*.dll", "*.dylib", "*.so"]},
556556
zip_safe=False,
557557
install_requires=requirements,
558558
extras_require={

0 commit comments

Comments
 (0)