Skip to content

Commit

Permalink
Update bokeh invocation (#44)
Browse files Browse the repository at this point in the history
`bokeh` depends on `selenium`, and `selenium` has shipped with inline type annotations since release 4.1.2
  • Loading branch information
AlexWaygood authored Sep 16, 2022
1 parent 3000648 commit 303eddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ def inner() -> Optional[int]:
Project(
location="https://github.com/bokeh/bokeh",
mypy_cmd="{mypy} src release",
pip_cmd="{pip} install types-boto tornado numpy jinja2",
pip_cmd="{pip} install types-boto tornado numpy jinja2 selenium",
),
]
assert len(PROJECTS) == len({p.name for p in PROJECTS})
Expand Down

0 comments on commit 303eddc

Please sign in to comment.