Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e486946

Browse filesBrowse 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
Copy full SHA for e486946

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎tools/bazel_integration_test/test_runner.py

Copy file name to clipboardExpand all lines: tools/bazel_integration_test/test_runner.py
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.