mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-22 11:42:21 +00:00
👷 CI: 修改 test_depend cpython 版本范围 (#3828)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,8 @@ UNKNOWN_PARAM = "Unknown parameter"
|
|||||||
|
|
||||||
@pytest.mark.anyio
|
@pytest.mark.anyio
|
||||||
@pytest.mark.xfail(
|
@pytest.mark.xfail(
|
||||||
((3, 13) <= sys.version_info < (3, 13, 8)) or (3, 14) <= sys.version_info,
|
((3, 13) <= sys.version_info < (3, 13, 8))
|
||||||
|
or ((3, 14) <= sys.version_info < (3, 14, 1)),
|
||||||
reason="CPython Bug, see python/cpython#137317, python/cpython#137862",
|
reason="CPython Bug, see python/cpython#137317, python/cpython#137862",
|
||||||
)
|
)
|
||||||
async def test_depend(app: App):
|
async def test_depend(app: App):
|
||||||
|
|||||||
Reference in New Issue
Block a user