This is an automated email from the ASF dual-hosted git repository.
liuyizhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new e382b16 Remove unintentional pytest dependency. Fix #6398 (#6399)
e382b16 is described below
commit e382b1687e5528fcb3e19e3f0d8b589e10bcb6ad
Author: Leandro Nunes <[email protected]>
AuthorDate: Fri Sep 4 23:02:51 2020 +0100
Remove unintentional pytest dependency. Fix #6398 (#6399)
---
python/tvm/__init__.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/python/tvm/__init__.py b/python/tvm/__init__.py
index 19a69bf..e10f387 100644
--- a/python/tvm/__init__.py
+++ b/python/tvm/__init__.py
@@ -51,9 +51,6 @@ from . import target
# tvm.te
from . import te
-# tvm.testing
-from . import testing
-
# tvm.driver
from .driver import build, lower