mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-11 06:12:22 +00:00
Compare commits
1 Commits
master
...
publish/is
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7013974fcf |
@@ -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
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|
||||||
### 🍻 插件发布
|
### 🍻 插件发布
|
||||||
|
|||||||
Reference in New Issue
Block a user