Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bokeh invocation #44

Merged
merged 1 commit into from
Sep 16, 2022
Merged

Conversation

AlexWaygood
Copy link
Contributor

bokeh depends on selenium, and selenium has shipped with inline type annotations since release 4.1.2

`bokeh` depends on `selenium`, and `selenium` has shipped with inline type annotations since release 4.1.2
@srittau srittau merged commit 303eddc into hauntsaninja:master Sep 16, 2022
@srittau
Copy link
Collaborator

srittau commented Sep 16, 2022

Thanks!

@AlexWaygood AlexWaygood deleted the patch-1 branch September 16, 2022 13:46
@@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if types-boto is still needed, because we now set MYPYPATH so that it contains all third-party stubs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, probably not!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants