mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
fix: prepare for 3.14 beta 2 (#5697)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -306,8 +306,9 @@ def test_property_rvalue_policy():
|
||||
# https://foss.heptapod.net/pypy/pypy/-/issues/2447
|
||||
@pytest.mark.xfail("env.PYPY")
|
||||
@pytest.mark.xfail(
|
||||
sys.version_info == (3, 14, 0, "beta", 1),
|
||||
reason="3.14.0b1 bug: https://github.com/python/cpython/issues/133912",
|
||||
sys.version_info == (3, 14, 0, "beta", 1)
|
||||
or sys.version_info == (3, 14, 0, "beta", 2),
|
||||
reason="3.14.0b1/2 bug: https://github.com/python/cpython/issues/133912",
|
||||
strict=True,
|
||||
)
|
||||
def test_dynamic_attributes():
|
||||
|
||||
Reference in New Issue
Block a user