Skip to content

Commit ced1ac4

Browse files
committed
forgot to change the conftest to pytest_plugin
1 parent 43cdc13 commit ced1ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/contrib/test_hexagon/test_run_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import pytest
2020
import numpy as np
2121
from tvm.contrib.hexagon.build import HexagonLauncher
22-
from .conftest import requires_hexagon_toolchain
22+
from tvm.contrib.hexagon.pytest_plugin import requires_hexagon_toolchain
2323

2424

2525
# use pytest -sv to observe gtest output

0 commit comments

Comments
 (0)