diff --git a/tests/test_param.py b/tests/test_param.py index 05924a75..9276865f 100644 --- a/tests/test_param.py +++ b/tests/test_param.py @@ -42,10 +42,6 @@ UNKNOWN_PARAM = "Unknown parameter" @pytest.mark.anyio -@pytest.mark.xfail( - (3, 13) <= sys.version_info < (3, 14), - reason="CPython Bug, see python/cpython#137317, python/cpython#137862", -) async def test_depend(app: App): from plugins.param.param_depend import ( ClassDependency,