Skip to content

Commit 435b9d2

Browse files
committed
fix tests
1 parent 68511b4 commit 435b9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypi/parse_requirements/parse_requirements_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def _test_select_requirement_none_platform(env):
454454
_tests.append(_test_select_requirement_none_platform)
455455

456456
def _test_env_marker_resolution(env):
457-
def _mock_eval_markers(_, input):
457+
def _mock_eval_markers(input):
458458
ret = {
459459
"foo[extra]==0.0.1 ;marker --hash=sha256:deadbeef": ["cp311_windows_x86_64"],
460460
}

0 commit comments

Comments
 (0)