🐛 Fix: websockets 驱动器连接关闭 code 获取错误 (#2537)

This commit is contained in:
Ju4tCode
2024-01-17 16:39:35 +08:00
committed by GitHub
parent c2d2169a9f
commit 2c6affecea
5 changed files with 97 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ ruff = ">=0.0.272,<1.0.0"
[tool.poetry.group.test.dependencies]
nonebug = "^0.3.0"
wsproto = "^1.2.0"
pytest-cov = "^4.0.0"
pytest-xdist = "^3.0.2"
pytest-asyncio = "^0.23.2"