Skip to content

Commit 261b282

Browse files
committed
test: update imported package name
1 parent 0809b68 commit 261b282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import tempfile
1111
import unittest
1212

13+
from boilerplates.packaging_tests import run_module
14+
1315
from version_query.version import VersionComponent, Version
1416
from version_query.git_query import query_git_repo, predict_git_repo
1517
from version_query.py_query import query_metadata_json, query_pkg_info, query_package_folder
@@ -18,7 +20,6 @@
1820
from .examples import \
1921
PY_LIB_DIR, GIT_REPO_EXAMPLES, METADATA_JSON_EXAMPLE_PATHS, PKG_INFO_EXAMPLE_PATHS, \
2022
PACKAGE_FOLDER_EXAMPLES
21-
from .test_setup import run_module
2223

2324
_LOG = logging.getLogger(__name__)
2425

0 commit comments

Comments
 (0)