summaryrefslogtreecommitdiff
path: root/pint/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'pint/testsuite')
-rw-r--r--pint/testsuite/test_compat_downcast.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pint/testsuite/test_compat_downcast.py b/pint/testsuite/test_compat_downcast.py
index ed43e94..cffc3bb 100644
--- a/pint/testsuite/test_compat_downcast.py
+++ b/pint/testsuite/test_compat_downcast.py
@@ -146,7 +146,11 @@ def test_bivariate_op_consistency(local_registry, q_base, op, unit, array):
id="array-first",
marks=pytest.mark.xfail(reason="upstream issue numpy/numpy#15200"),
),
- pytest.param(WR2(operator.mul), id="unit-first"),
+ pytest.param(
+ WR2(operator.mul),
+ id="unit-first",
+ marks=pytest.mark.xfail(reason="upstream issue numpy/numpy#15200"),
+ ),
],
)
@pytest.mark.parametrize(