From dc313a7d8d74e7f829b08cbb887a86aaf4be4b94 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Fri, 3 Nov 2023 23:40:06 +0000 Subject: [PATCH] Use jupyter-fs<0.4.0 in tests because jupyter-fs==0.4.0 is async, which is not supported by Jupytext at the moment --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ]