From 43a69bf1fbfc40676459a6f1d539db299eb4e195 Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Fri, 4 Sep 2020 16:37:46 +0100 Subject: [PATCH] Remove unintentional pytest dependency. Fix #6398 --- python/tvm/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/tvm/__init__.py b/python/tvm/__init__.py index 19a69bf6f12a..e10f387e3591 100644 --- a/python/tvm/__init__.py +++ b/python/tvm/__init__.py @@ -51,9 +51,6 @@ # tvm.te from . import te -# tvm.testing -from . import testing - # tvm.driver from .driver import build, lower