Skip to content

Commit

Permalink
close client
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 11, 2020
1 parent 341866e commit 9327e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
long_description=open("README.rst").read(),
packages=find_packages(exclude=["tests", "doc"]),
package_data={"wsrpc_aiohttp": ["static/*", "py.typed"]},
install_requires=["aiohttp<3.7", "yarl"],
install_requires=["aiohttp<4", "yarl"],
python_requires=">3.5.*, <4",
extras_require={
"ujson": ["ujson"],
Expand Down
1 change: 1 addition & 0 deletions tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ async def test_auth_fail(client: WSRPCClient, handler):
async def test_auth_ok(client: WSRPCClient, handler):
handler.AUTHORIZE = True
await client.connect()
await client.close()

0 comments on commit 9327e13

Please sign in to comment.