Remove srcs_version and python_version attributes, as they already default to "PY3"

PiperOrigin-RevId: 723402826
This commit is contained in:
Oleh Prypin
2025-02-05 01:09:37 -08:00
committed by gVisor bot
parent 02f5a55b40
commit e37e6814d3
-1
View File
@@ -79,5 +79,4 @@ py_test(
],
data = [":vdso"],
main = "check_vdso.py",
python_version = "PY3",
)