Skip to content

Commit

Permalink
pin pyzmq==21.0.2 (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieru-hu committed Jan 29, 2021
1 parent 6acb998 commit 6fb82ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Expand Up @@ -468,7 +468,9 @@ def test_jupyter_notebooks(session):
session.skip(
f"Not testing Jupyter notebook on Python {session.python}, supports [{','.join(versions)}]"
)
session.install("jupyter", "nbval")
# pyzmq fails on Windows py 3.8
# https://github.com/zeromq/pyzmq/issues/1496
session.install("jupyter", "nbval", "pyzmq==21.0.2")
install_hydra(session, ["pip", "install", "-e"])
args = pytest_args(
"--nbval", "examples/jupyter_notebooks/compose_configs_in_notebook.ipynb"
Expand Down

0 comments on commit 6fb82ea

Please sign in to comment.