Skip to content

Commit 8cd6de0

Browse files
committed
delete integration test
1 parent 7ede58a commit 8cd6de0

File tree

4 files changed

+1
-36
lines changed

4 files changed

+1
-36
lines changed

tests/integration/interpreter/BUILD.bazel

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/integration/interpreter/MODULE.bazel

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/integration/interpreter/WORKSPACE

Whitespace-only changes.

tests/integration/runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def setUp(self):
8686
"RUNFILES_DIR": os.environ["TEST_SRCDIR"]
8787
}
8888

89-
def run_bazel(self, *args: str, input=None, check: bool = True) -> ExecuteResult:
89+
def run_bazel(self, *args: str, check: bool = True) -> ExecuteResult:
9090
"""Run a bazel invocation.
9191
9292
Args:
@@ -104,7 +104,6 @@ def run_bazel(self, *args: str, input=None, check: bool = True) -> ExecuteResult
104104
proc_result = subprocess.run(
105105
args=args,
106106
text=True,
107-
input=input,
108107
capture_output=True,
109108
cwd=cwd,
110109
env=env,

0 commit comments

Comments
 (0)