Skip to content

Commit f7ee70f

Browse files
committed
improve the test
1 parent a4298ad commit f7ee70f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/pypi/hub_builder/hub_builder_tests.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,6 @@ def _test_pipstar_platforms_limit(env):
12251225
builder = hub_builder(
12261226
env,
12271227
enable_pipstar = True,
1228-
debug = True,
12291228
config = struct(
12301229
enable_pipstar = True,
12311230
netrc = None,
@@ -1251,7 +1250,7 @@ def _test_pipstar_platforms_limit(env):
12511250
builder.pip_parse(
12521251
_mock_mctx(
12531252
os = "linux",
1254-
arch = "x86_64",
1253+
arch = "amd64",
12551254
read = lambda x: {
12561255
"universal.txt": """\
12571256
optimum[onnxruntime]==1.17.1 ; sys_platform == 'darwin'

0 commit comments

Comments
 (0)