Skip to content

Commit dbf5792

Browse files
committed
TST: scope xfail for test_np_fix to non-numpy-dev without strict to avoid XPASS failing dev jobs
1 parent 583f265 commit dbf5792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/test_ufunc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def add3(x, y, z):
462462
@pytest.mark.xfail(
463463
condition=not is_numpy_dev,
464464
reason="see https://github.com/pandas-dev/pandas/pull/51082",
465-
strict=True,
466465
)
467466
def test_np_fix():
468467
# np.fix is not a ufunc but is composed of several ufunc calls under the hood

0 commit comments

Comments
 (0)