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 68511b4 commit 435b9d2Copy full SHA for 435b9d2
tests/pypi/parse_requirements/parse_requirements_tests.bzl
@@ -454,7 +454,7 @@ def _test_select_requirement_none_platform(env):
454
_tests.append(_test_select_requirement_none_platform)
455
456
def _test_env_marker_resolution(env):
457
- def _mock_eval_markers(_, input):
+ def _mock_eval_markers(input):
458
ret = {
459
"foo[extra]==0.0.1 ;marker --hash=sha256:deadbeef": ["cp311_windows_x86_64"],
460
}
0 commit comments