Skip to content

Commit 897ce2d

Browse files
committed
TST: improve the xfail message
1 parent 4429b2f commit 897ce2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_np/tests/numpy_tests/core/test_scalarmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def test_numpy_scalar_relational_operators(self):
495495
assert_(np.array(-1, dtype=dt1)[()] == np.array(-1, dtype=dt2)[()],
496496
"type %s and %s failed" % (dt1, dt2))
497497

498-
@pytest.mark.xfail(reason="pytorch unsigned wraps around")
498+
@pytest.mark.xfail(reason="NEP50")
499499
def test_numpy_scalar_relational_operators_2(self):
500500
#Unsigned integers
501501
for dt1 in 'B':

0 commit comments

Comments
 (0)