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

Attempt to fix #363 #380

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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