def test_floordiv_scalar(self): with testing.NumpyError(divide='ignore'): self.check_array_scalar_op(operator.floordiv, no_complex=True)