Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Attempt to fix #363
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Apr 12, 2018
1 parent 452878d commit 31fad39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions container/image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ def test_py_image(self):
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/py_image_library.py',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/__init__.py',
'/app/testdata/py_image.binary',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/external',
])
Expand All @@ -456,7 +455,6 @@ def test_py_image(self):
'./app/io_bazel_rules_docker',
'./app/io_bazel_rules_docker/testdata',
'./app/io_bazel_rules_docker/testdata/py_image_library.py',
'./app/io_bazel_rules_docker/testdata/__init__.py',
])

def test_cc_image(self):
Expand Down

0 comments on commit 31fad39

Please sign in to comment.