mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Use jupyter-fs<0.4.0 in tests #1151

Closed mwouts closed 10 months ago

mwouts commented 10 months ago

We will from now on test Jupytext agains jupyter-fs<0.4.0, because the more recent versions provide an async contents manager, which is not supported by Jupytext at the moment.

Cf. #1150