mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-13 15:22:05 +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.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",
|
||||
)
|
||||
async def test_depend(app: App):
|
||||
|
||||
Reference in New Issue
Block a user