mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-11 14:22:45 +00:00
Compare commits
2 Commits
publish/is
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934742a373 | ||
|
|
38a9ec8ae0 |
@@ -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):
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ toc_max_heading_level: 2
|
|||||||
|
|
||||||
### 💫 杂项
|
### 💫 杂项
|
||||||
|
|
||||||
|
- CI: 修改 `test_depend` cpython 版本范围 [@yanyongyu](https://github.com/yanyongyu) ([#3828](https://github.com/nonebot/nonebot2/pull/3828))
|
||||||
- Plugin: 删除插件 nonebot_plugin_acmd [@hlfzsi](https://github.com/hlfzsi) ([#3750](https://github.com/nonebot/nonebot2/pull/3750))
|
- Plugin: 删除插件 nonebot_plugin_acmd [@hlfzsi](https://github.com/hlfzsi) ([#3750](https://github.com/nonebot/nonebot2/pull/3750))
|
||||||
|
|
||||||
### 🍻 插件发布
|
### 🍻 插件发布
|
||||||
|
|||||||
Reference in New Issue
Block a user