Skip to content

Commit

Permalink
Remove AsyncWeChatClient related codes
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 25, 2015
1 parent 0625929 commit 735bc8f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 541 deletions.
3 changes: 0 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
-r requirements.txt
pytest
pytest-cov
pytest-tornado
pytest-asyncio
httmock
coverage
redis
pymemcache
shove
cryptography
pycrypto
tornado
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_tests(self):

setup(
name='wechatpy',
version='1.2.0',
version='1.2.3',
author='messense',
author_email='messense@icloud.com',
url='https://github.com/messense/wechatpy',
Expand All @@ -47,13 +47,10 @@ def run_tests(self):
include_package_data=True,
tests_require=[
'pytest',
'pytest-tornado',
'pytest-asyncio',
'httmock',
'redis',
'pymemcache',
'shove',
'tornado',
],
cmdclass={'test': PyTest},
classifiers=[
Expand Down
136 changes: 0 additions & 136 deletions tests/test_asyncio_async_client.py

This file was deleted.

115 changes: 0 additions & 115 deletions tests/test_tornado_async_client.py

This file was deleted.

2 comments on commit 735bc8f

@polyrabbit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, 不知道为什么移除了Async相关的代码?如果考虑多线程的话,我推荐 tomorrow库,非常便捷。

@messense
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.