Skip to content

Commit cfd96c8

Browse files
committed
delete superfluous runfiles
1 parent 81b26c6 commit cfd96c8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

tests/interpreter/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ PYTHON_VERSIONS_TO_TEST = (
3535
},
3636
main = "interpreter_test.py",
3737
python_version = python_version,
38-
deps = [
39-
"//python/runfiles",
40-
],
4138
) for python_version in PYTHON_VERSIONS_TO_TEST]
4239

4340
[py_reconfig_test(
@@ -58,7 +55,4 @@ PYTHON_VERSIONS_TO_TEST = (
5855
main = "interpreter_test.py",
5956
python_src = "//tools/publish:twine",
6057
python_version = python_version,
61-
deps = [
62-
"//python/runfiles",
63-
],
6458
) for python_version in PYTHON_VERSIONS_TO_TEST]

tests/interpreter/interpreter_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717
import sys
1818
import unittest
1919

20-
from python.runfiles import runfiles
21-
2220

2321
class InterpreterTest(unittest.TestCase):
2422
def setUp(self):
25-
r = runfiles.Create()
2623
self.interpreter = os.environ["PYTHON_BIN"]
2724

2825
def test_self_version(self):

0 commit comments

Comments
 (0)