Skip to content

Commit

Permalink
drop async feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Jun 12, 2021
1 parent ea03417 commit 476081b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
58 changes: 0 additions & 58 deletions kenallclient/asyncclient.py

This file was deleted.

2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test(session: nox.Session):

@nox.session
def lint(session: nox.Session):
session.install("-e", ".[async,dev]")
session.install("-e", ".[dev]")
session.run("black", "--check", "kenallclient")
session.run("flake8", "kenallclient")
session.run("mypy", "kenallclient")
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ exclude =
tests

[options.extras_require]
async =
aiohttp
testing =
pytest
pytest-cov
Expand Down

0 comments on commit 476081b

Please sign in to comment.