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 bc10178 commit c42b6dbCopy full SHA for c42b6db
tests/pypi/parse_requirements/parse_requirements_tests.bzl
@@ -182,7 +182,7 @@ def _test_direct_urls(env):
182
)],
183
),
184
],
185
- "foo": [
+ "foo": [
186
struct(
187
distribution = "foo",
188
extra_pip_args = [],
@@ -205,7 +205,8 @@ def _test_direct_urls(env):
205
yanked = False,
206
207
208
- ], })
+ ],
209
+ })
210
211
_tests.append(_test_direct_urls)
212
0 commit comments