Skip to content

Commit

Permalink
Remove pytest-asyncio and aioresponses from noxfile.py (mypy session)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Nov 3, 2020
1 parent e4bb59b commit f26dffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def mypy(session: Session) -> None:
"""Type-check using mypy."""
args = session.posargs or ["src", "tests", "docs/conf.py"]
session.install(".")
session.install("mypy", "pytest", "pytest-asyncio", "aioresponses")
session.install("mypy", "pytest")
session.run("mypy", *args)
if not session.posargs:
session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
Expand Down

0 comments on commit f26dffb

Please sign in to comment.