We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4298ad commit f7ee70fCopy full SHA for f7ee70f
1 file changed
tests/pypi/hub_builder/hub_builder_tests.bzl
@@ -1225,7 +1225,6 @@ def _test_pipstar_platforms_limit(env):
1225
builder = hub_builder(
1226
env,
1227
enable_pipstar = True,
1228
- debug = True,
1229
config = struct(
1230
1231
netrc = None,
@@ -1251,7 +1250,7 @@ def _test_pipstar_platforms_limit(env):
1251
1250
builder.pip_parse(
1252
_mock_mctx(
1253
os = "linux",
1254
- arch = "x86_64",
+ arch = "amd64",
1255
read = lambda x: {
1256
"universal.txt": """\
1257
optimum[onnxruntime]==1.17.1 ; sys_platform == 'darwin'
0 commit comments