8000 remove TODO now that rules_python 0.0.3 (and 0.1.0) have been release… · reiyw/rules_python@e486946 · GitHub
[go: up one dir, main page]

Skip to content

Commit e486946

Browse files
author
Jonathon Belotti
authored
remove TODO now that rules_python 0.0.3 (and 0.1.0) have been released (bazel-contrib#425)
1 parent fd31d2c commit e486946

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/bazel_integration_test/test_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def modify_WORKSPACE(wksp, distro_path):
2828
'url = "file://%s"' % r.Rlocation(distro_path),
2929
content)
3030
content = re.sub(r'sha256 = "', '#\1', content)
31-
# TODO(alexeagle): can remove this after 0.0.3 since the strip_prefix was an accident during 0.0.2 release
32-
content = re.sub(r'strip_prefix = "', '#\1', content)
3331
with open(wksp, 'w') as wksp_file:
3432
wksp_file.write(content)
3533

0 commit comments

Comments
 (0)
0