diff --git a/pyproject.toml b/pyproject.toml index 5cc0a80f8..a60b0f94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]