hundreds-father-404
05/28/2020, 7:18 PMhundreds-father-404
05/28/2020, 7:18 PMaverage-vr-56795
05/28/2020, 7:51 PMdef python23_tests(name, **kwargs):
  kwargs.pop("compatibility", None)
  python_tests(
    name = name + "_py2",
    compatibility = "==2.7.*",
    **kwargs
  )
  python_tests(
    name = name + "_py3",
    compatibility = ">=3.5",
    **kwargs
  )