Compare commits

..

1 Commits

Author SHA1 Message Date
TonyLiangP2010405
7013974fcf 🍻 publish plugin 群消息中继 (#3803) 2026-01-09 14:56:42 +08:00
3 changed files with 13 additions and 3 deletions

View File

@@ -10180,4 +10180,16 @@
], ],
"is_official": false "is_official": false
}, },
{
"module_name": "nonebot_plugin_group_relay",
"project_link": "nonebot-plugin-group-relay",
"author_id": 86188856,
"tags": [
{
"label": "func",
"color": "#ea5252"
}
],
"is_official": false
},
] ]

View File

@@ -43,8 +43,7 @@ UNKNOWN_PARAM = "Unknown parameter"
@pytest.mark.anyio @pytest.mark.anyio
@pytest.mark.xfail( @pytest.mark.xfail(
((3, 13) <= sys.version_info < (3, 13, 8)) ((3, 13) <= sys.version_info < (3, 13, 8)) or (3, 14) <= sys.version_info,
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):

View File

@@ -15,7 +15,6 @@ 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))
### 🍻 插件发布 ### 🍻 插件发布