Skip to content

Commit

Permalink
Use jupyter-fs<0.4.0 in tests
Browse files Browse the repository at this point in the history
because jupyter-fs==0.4.0 is async, which
is not supported by Jupytext at the moment
  • Loading branch information
mwouts committed Nov 4, 2023
1 parent 710be91 commit b6f0ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ test = [
"jupyterlab",
"notebook",
"nbconvert",
"jupyter-fs",
# jupyter-fs==0.4.0 is async, which is not supported by Jupytext ATM
"jupyter-fs<0.4.0",
"ipykernel",
"pre-commit",
]
Expand Down

0 comments on commit b6f0ae6

Please sign in to comment.