def test_div_scalar(self): if six.PY3: return with testing.NumpyError(divide='ignore'): self.check_array_scalar_op(operator.div)