diff --git a/hdl21/tests/test_prefix.py b/hdl21/tests/test_prefix.py index 8a0667b..9cc9149 100644 --- a/hdl21/tests/test_prefix.py +++ b/hdl21/tests/test_prefix.py @@ -478,6 +478,7 @@ def test_not_implemented_exponent(): assert e([]) == NotImplemented +@pt.mark.xfail(reason="Testing for #157 pydantic v2") def test_prefixed_and_scalar_conversions(): """Test inline conversions of built-in numeric types to `Prefixed` and `Scalar`."""