From 91ffc303acba419a802695e2e609399c2f3974fe Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 15 Mar 2021 09:40:24 -0400 Subject: [PATCH] Add a comment about not installing the Python grpcio_tests package --- grpc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grpc.spec b/grpc.spec index c22ac29..80b0cda 100644 --- a/grpc.spec +++ b/grpc.spec @@ -657,6 +657,8 @@ do %py3_install popd >/dev/null done +# The grpcio_tests package should not be installed; it would provide top-level +# packages with generic names like “tests” or “tests_aio”. # ~~~~ Miscellaneous ~~~~