wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.55k stars 229 forks source link

write doc about message module #347

Closed seng1e closed 1 year ago

seng1e commented 1 year ago

I dont kown why Build check is faild. I didn't change anything else in the code except for the docstring section.

wj-Mcat commented 1 year ago

This error is from the latest version of pytest-asyncio extension. I have reduced it to make it run well. you can fetch the latest code into your branch and it should run well.

seng1e commented 1 year ago

I fetch the latest version from origin master, Build succeed and run well.