mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-08 19:56:45 +00:00
✅ remove xfail for 313
This commit is contained in:
@@ -42,10 +42,6 @@ UNKNOWN_PARAM = "Unknown parameter"
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.anyio
|
@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):
|
async def test_depend(app: App):
|
||||||
from plugins.param.param_depend import (
|
from plugins.param.param_depend import (
|
||||||
ClassDependency,
|
ClassDependency,
|
||||||
|
Reference in New Issue
Block a user