Skip to content

Commit 4113d8a

Browse files
Remove unused third-party test-only dependencies (#257)
These targets are marked as test-only but have no connectivity within the build graph.
1 parent 8e1815f commit 4113d8a

File tree

1 file changed

+0
-68
lines changed

1 file changed

+0
-68
lines changed

third_party/python/BUILD

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@ package(
1616
},
1717
)
1818

19-
python_wheel(
20-
name = "flatbuffers",
21-
licences = ["Apache-2.0"],
22-
test_only = True,
23-
version = "2.0",
24-
)
25-
26-
python_wheel(
27-
name = "astunparse",
28-
licences = [
29-
"BSD-3-Clause",
30-
"PSF-2.0",
31-
],
32-
test_only = True,
33-
version = "1.6.3",
34-
)
35-
3619
python_wheel(
3720
name = "xmlrunner",
3821
package_name = "unittest_xml_reporting",
@@ -96,13 +79,6 @@ python_wheel(
9679
version = "1.26.20",
9780
)
9881

99-
python_wheel(
100-
name = "colorlog",
101-
hashes = ["732c191ebbe9a353ec160d043d02c64ddef9028de8caae4cfa8bd49b6afed53e"],
102-
licences = ["MIT"],
103-
version = "4.1.0",
104-
)
105-
10682
python_wheel(
10783
name = "dateutil",
10884
package_name = "python_dateutil",
@@ -366,22 +342,6 @@ python_wheel(
366342
version = "1.7.0",
367343
)
368344

369-
pip_library(
370-
name = "pyyaml",
371-
package_name = "PyYAML",
372-
test_only = True,
373-
licences = ["MIT"],
374-
version = "6.0.2",
375-
zip_safe = False,
376-
)
377-
378-
pip_library(
379-
name = "grpcio",
380-
test_only = True,
381-
licences = ["Apache-2.0"],
382-
version = "1.75.1",
383-
)
384-
385345
pip_library(
386346
name = "google-pasta",
387347
test_only = True,
@@ -392,34 +352,6 @@ pip_library(
392352
],
393353
)
394354

395-
pip_library(
396-
name = "gast",
397-
test_only = True,
398-
licences = ["BSD-3-Clause"],
399-
version = "0.2.2",
400-
)
401-
402-
pip_library(
403-
name = "astor",
404-
test_only = True,
405-
licences = ["BSD-3-Clause"],
406-
version = "0.8.1",
407-
)
408-
409-
pip_library(
410-
name = "termcolor",
411-
test_only = True,
412-
licences = ["MIT"],
413-
version = "1.1.0",
414-
)
415-
416-
pip_library(
417-
name = "wrapt",
418-
test_only = True,
419-
licences = ["BSD-2-Clause"],
420-
version = "1.12.1",
421-
)
422-
423355
pip_library(
424356
name = "setuptools",
425357
test_only = True,

0 commit comments

Comments
 (0)