From 449ad3c238c75e242596d43c32ddbb462a3a83ac Mon Sep 17 00:00:00 2001 From: John Sirois Date: Mon, 4 Jul 2022 10:07:20 -0600 Subject: [PATCH] Fix BUILD file edit from #16029. [ci skip-rust] [ci skip-build-wheels] --- build-support/bin/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/bin/BUILD b/build-support/bin/BUILD index 96b2c6c85d5..01b8bdeba8a 100644 --- a/build-support/bin/BUILD +++ b/build-support/bin/BUILD @@ -16,7 +16,7 @@ python_sources( python_tests( name="py_tests", - overrides={"reversion_test.py": {"timeout": 90, "dependencies": ["3rdparty/python#pex"]}} + overrides={"reversion_test.py": {"timeout": 90, "dependencies": ["3rdparty/python#pex"]}}, ) pex_binaries(