We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ac7e commit fcb8435Copy full SHA for fcb8435
tests/runtime_env_toolchain/toolchain_runs_test.py
@@ -17,8 +17,6 @@ def test_ran(self):
17
for i, x in enumerate(sys.path):
18
print(i, x)
19
20
- breakpoint()
21
-
22
##todo trying to get bazel to use py 3.9
23
## Use pyenv global to change the version used when shell isn't
24
## inherited
0 commit comments