Remove unintentional pytest dependency. Fix #6398 (#6399)
authorLeandro Nunes <leandro.nunes@arm.com>
Fri, 4 Sep 2020 22:02:51 +0000 (23:02 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 22:02:51 +0000 (15:02 -0700)
python/tvm/__init__.py

index 19a69bf..e10f387 100644 (file)
@@ -51,9 +51,6 @@ from . import target
 # tvm.te
 from . import te
 
-# tvm.testing
-from . import testing
-
 # tvm.driver
 from .driver import build, lower