You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to get to __version__ to print for debugging of which pre-release was installed. e.g. session.run("python", "-c", "import grpc; print(grpc.__version__)"). Alternatively, maybe the session just needs a pip freeze?
Related: We might want to remove the grpcio pre-release from the normal system test session.
I need a nox session in the Python library templates that allows us to install pre-release dependencies. It requires the following information:
__version__
to print for debugging of which pre-release was installed. e.g.session.run("python", "-c", "import grpc; print(grpc.__version__)")
. Alternatively, maybe the session just needs apip freeze
?Related: We might want to remove the
grpcio
pre-release from the normalsystem
test session.Context
See:
The text was updated successfully, but these errors were encountered: