[7.x] Remove yarl from [async] extra
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
9b8cee0199
commit
0cdeeb654a
+1
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user