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 b25c370 commit ebccaeeCopy full SHA for ebccaee
tests/integration/BUILD.bazel
@@ -63,15 +63,6 @@ default_test_runner(
63
64
# TODO: add compile_pip_requirements_test_from_external_repo
65
66
-rules_python_integration_test(
67
- name = "pip_repository_entry_points_workspace_test",
68
- timeout = "long",
69
- bzlmod = False,
70
- # The dependencies needed for this test are not cross-platform: https://github.com/bazelbuild/rules_python/issues/260
71
- tags = ["fix-windows"],
72
- workspace_path = "pip_repository_entry_points",
73
-)
74
-
75
rules_python_integration_test(
76
name = "compile_pip_requirements_test",
77
)
0 commit comments