diff --git a/examples/third_party/python/BUILD.python2.bazel b/examples/third_party/python/BUILD.python2.bazel index de45e877..b93d3f00 100644 --- a/examples/third_party/python/BUILD.python2.bazel +++ b/examples/third_party/python/BUILD.python2.bazel @@ -37,6 +37,11 @@ configure_make( "python2.7", ], out_data_dirs = ["lib"], + # Building these targets rather than the default prevents tests from being run, which take a while + targets = [ + "build_all", + "altinstall", + ], deps = [ "@openssl", "@zlib",