Robert Rosca
Robert Rosca
That was very optimistic of me, since I went on holiday right after for over two weeks :sweat_smile: but I'm back now and just started on this.
Ah nice, thanks for the update! I wrote up the main project.toml file but ran into an issue with Hatch (https://github.com/pypa/hatch/issues/476) where having an environment with a relative path dependency...
My PR https://github.com/pypa/hatch/pull/484 was merged, solving this issue, but I'm currently at a conference, so I'll get back to this once that is finished.
Hey Jerome, > We can have a chat on the subject. I would invite @t20100 since he setup generic build-bots for us as well. Sounds good, any particular time you'd...
Part of this is the Hatch syntax. You need a colon between the environment name and the command to be executed, like `hatch run dev.jupyterlab-noauth:jupyverse`. But that also doesn't work...
Hey, sorry for the delay, was busy with work last week. I'm debugging the test failures locally, ~~not clear to me why it passes on 3.7 but not on 3.8+...
Sweet, I rebased off of https://github.com/jupyter-server/jupyverse/pull/241 and tested locally, everything seems to be working now. Once #241 gets merged the issues here should be fixed :+1:
Oops, screwed up when rebasing and re-introduced https://github.com/jupyter-server/jupyverse/pull/239#issuecomment-1262022487 It should work now, could you give it another go?
Oh yes, I'll go ahead and do that
Could also just do a squash merge, don't think anything too important would be lost from the commit log from this