Skip to content

Commit c0fe195

Browse files
committed
fixup tests
1 parent 58e7a6c commit c0fe195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/pypi/extension/extension_tests.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ def _test_simple(env):
159159
struct(
160160
config_setting = "//_config:is_python_3.15",
161161
filename = None,
162-
repo = "pypi_315_simple_v0_0_1",
162+
repo = "pypi_315_simple",
163163
target_platforms = None,
164164
version = "3.15",
165165
),
166166
],
167167
}})
168168
pypi.whl_libraries().contains_exactly({
169-
"pypi_315_simple_v0_0_1": {
169+
"pypi_315_simple": {
170170
"dep_template": "@pypi//{name}:{target}",
171171
"python_interpreter_target": "unit_test_interpreter_target",
172172
"repo": "pypi_315",
@@ -297,7 +297,7 @@ simple==0.0.3 --hash=sha256:deadbaaf
297297
struct(
298298
config_setting = "//_config:is_python_3.15",
299299
filename = None,
300-
repo = "pypi_315_extra_v0_0_1",
300+
repo = "pypi_315_extra",
301301
target_platforms = None,
302302
version = "3.15",
303303
),
@@ -320,7 +320,7 @@ simple==0.0.3 --hash=sha256:deadbaaf
320320
],
321321
}})
322322
pypi.whl_libraries().contains_exactly({
323-
"pypi_315_extra_v0_0_1": {
323+
"pypi_315_extra": {
324324
"dep_template": "@pypi//{name}:{target}",
325325
"download_only": True,
326326
"experimental_target_platforms": ["cp315_linux_x86_64"],
@@ -435,7 +435,7 @@ some_pkg==0.0.1
435435
struct(
436436
config_setting = "//_config:is_python_3.15",
437437
filename = None,
438-
repo = "pypi_315_some_pkg_v0_0_1",
438+
repo = "pypi_315_some_pkg",
439439
target_platforms = None,
440440
version = "3.15",
441441
),
@@ -483,7 +483,7 @@ some_pkg==0.0.1
483483
"urls": ["example.org"],
484484
},
485485
# We are falling back to regular `pip`
486-
"pypi_315_some_pkg_v0_0_1": {
486+
"pypi_315_some_pkg": {
487487
"dep_template": "@pypi//{name}:{target}",
488488
"extra_pip_args": ["--extra-args-for-sdist-building"],
489489
"python_interpreter_target": "unit_test_interpreter_target",

0 commit comments

Comments
 (0)