@@ -20,8 +20,6 @@ py_test(
20
20
name = "cpp_capsule_tools_testing_test" ,
21
21
srcs = ["cpp_capsule_tools_testing_test.py" ],
22
22
data = [":cpp_capsule_tools_testing.so" ],
23
- python_version = "PY3" ,
24
- srcs_version = "PY3" ,
25
23
deps = [requirement ("absl_py" )],
26
24
)
27
25
@@ -57,8 +55,6 @@ py_test(
57
55
name = "status_testing_no_cpp_eh_test" ,
58
56
srcs = ["status_testing_no_cpp_eh_test.py" ],
59
57
data = [":status_testing_no_cpp_eh_pybind.so" ],
60
- python_version = "PY3" ,
61
- srcs_version = "PY3" ,
62
58
deps = [":status_testing_no_cpp_eh_test_lib" ],
63
59
)
64
60
@@ -80,8 +76,6 @@ py_test(
80
76
name = "absl_test" ,
81
77
srcs = ["absl_test.py" ],
82
78
data = [":absl_example.so" ],
83
- python_version = "PY3" ,
84
- srcs_version = "PY3" ,
85
79
deps = [
86
80
requirement ("absl_py" ),
87
81
requirement ("numpy" ),
@@ -92,8 +86,6 @@ py_test(
92
86
name = "ok_status_singleton_test" ,
93
87
srcs = ["ok_status_singleton_test.py" ],
94
88
data = ["//pybind11_abseil:ok_status_singleton.so" ],
95
- python_version = "PY3" ,
96
- srcs_version = "PY3" ,
97
89
deps = [requirement ("absl_py" )],
98
90
)
99
91
@@ -112,16 +104,12 @@ py_test(
112
104
name = "missing_import_test" ,
113
105
srcs = ["missing_import_test.py" ],
114
106
data = [":missing_import.so" ],
115
- python_version = "PY3" ,
116
- srcs_version = "PY3" ,
117
107
)
118
108
119
109
py_test (
120
110
name = "status_test" ,
121
111
srcs = ["status_test.py" ],
122
112
data = ["//pybind11_abseil:status.so" ],
123
- python_version = "PY3" ,
124
- srcs_version = "PY3" ,
125
113
deps = [requirement ("absl_py" )],
126
114
)
127
115
@@ -143,7 +131,5 @@ py_test(
143
131
":status_example.so" ,
144
132
"//pybind11_abseil:status.so" ,
145
133
],
146
- python_version = "PY3" ,
147
- srcs_version = "PY3" ,
148
134
deps = [requirement ("absl_py" )],
149
135
)
0 commit comments