Add a comment about not installing the Python grpcio_tests package

This commit is contained in:
Benjamin A. Beasley 2021-03-15 09:40:24 -04:00
parent 7796406817
commit 91ffc303ac

View File

@ -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 ~~~~