Closed erentar closed 4 months ago
Thank you for making this pull request.
Did you know? You can try it on Binder: or .
Also, the version of Jupytext developed in this PR can be installed with pip
:
HATCH_BUILD_HOOKS_ENABLE=true pip install git+https://github.com/erentar/jupytext.git@testing
(this requires nodejs
, see more at Developing Jupytext)
Hi @erentar , thank you for making this PR! I am sorry that I can't provide a dockerfile, but I can provide conda instructions, see here: https://github.com/mwouts/jupytext/blob/main/docs/developing.md#install-and-develop-jupytext-locally
If you prefer I can also take your PR from here. Thanks!
@mwouts Please take over. I cannot get pytest to work.
@mwouts Please take over. I cannot get pytest to work.
No problem! I'll get this done, and we will have the Lua support in the next release. Thank you for your contribution!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.73%. Comparing base (
42a48e8
) to head (bc8c4a8
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I have tried my best in following the instructions however was unable to get
pip install -e '.[dev]'
to work.I would be thankful if someone helped me out by providing a dockerfile such that i can test it in a reproducible environment