[7.x] Remove yarl from [async] extra

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
github-actions[bot]
2020-10-13 15:18:07 -05:00
committed by GitHub
co-authored by Seth Michael Larson
parent 9b8cee0199
commit 0cdeeb654a
5 changed files with 49 additions and 13 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ def lint(session):
# Make sure we don't require aiohttp to be installed for users to
# receive type hint information from mypy.
session.run("python", "-m", "pip", "uninstall", "--yes", "aiohttp", "yarl")
session.run("python", "-m", "pip", "uninstall", "--yes", "aiohttp")
session.run("mypy", "--strict", "elasticsearch/")
session.run("mypy", "--strict", "test_elasticsearch/test_types/sync_types.py")