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 5050f4f commit 1dc2c0dCopy full SHA for 1dc2c0d
1 file changed
tests/pypi/pep508/deps_tests.bzl
@@ -161,7 +161,7 @@ def test_all_markers_are_added(env):
161
162
_tests.append(test_all_markers_are_added)
163
164
-def test_markers_with_extra(env):
+def test_extra_with_conditional_and_unconditional_markers(env):
165
requires_dist = [
166
"bar",
167
'baz!=1.56.0; sys_platform == "darwin" and extra == "client"',
@@ -177,7 +177,7 @@ def test_markers_with_extra(env):
177
env.expect.that_collection(got.deps).contains_exactly(["bar", "baz"])
178
env.expect.that_dict(got.deps_select).contains_exactly({})
179
180
-_tests.append(test_markers_with_extra)
+_tests.append(test_extra_with_conditional_and_unconditional_markers)
181
182
def deps_test_suite(name): # buildifier: disable=function-docstring
183
test_suite(
0 commit comments