[skip ci] Set test owner for deploy/package tests (#66830)

Summary:
Action following https://github.com/pytorch/pytorch/issues/66232

Pull Request resolved: https://github.com/pytorch/pytorch/pull/66830

Reviewed By: albanD

Differential Revision: D31905820

Pulled By: janeyx99

fbshipit-source-id: 9496acc98339d689fa62e18a8781d7344903a64c
This commit is contained in:
Jane Xu
2021-10-26 07:43:01 -07:00
committed by Facebook GitHub Bot
parent 49251d05ec
commit 71b7182ee2
19 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from torch.fx import Tracer

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import torch
from torch.fx import wrap

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import torch
try:

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import torch
from torch.package import analyze
from torch.testing._internal.common_utils import run_tests

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import importlib
from io import BytesIO
from sys import version_info

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
from torch.package import (

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from torch.package._digraph import DiGraph
from torch.testing._internal.common_utils import run_tests

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# Owner(s): ["oncall: package/deploy"]
import os
import zipfile
from sys import version_info

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from typing import Iterable
from torch.package import GlobGroup

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
from torch.package import PackageExporter, PackageImporter

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# Owner(s): ["oncall: package/deploy"]
import inspect
from io import BytesIO
from textwrap import dedent

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
from textwrap import dedent
from unittest import skipIf

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
from textwrap import dedent
from unittest import skipIf

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
# Owner(s): ["oncall: package/deploy"]
from io import BytesIO
from sys import version_info
from textwrap import dedent

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import pickle
from io import BytesIO
from textwrap import dedent

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
import textwrap
import types

View File

@ -1,3 +1,5 @@
# Owner(s): ["oncall: package/deploy"]
def load_tests(loader, standard_tests, pattern):
"""Load all tests from `test/pacakge/`
"""