File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 1717import sys
1818import unittest
1919
20- from python .runfiles import runfiles
21-
2220
2321class 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 ):
You can’t perform that action at this time.
0 commit comments