jupyter-server / jupyter_server

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
https://jupyter-server.readthedocs.io
BSD 3-Clause "New" or "Revised" License
484 stars 295 forks source link

Use hatch test environment #1425

Closed blink1073 closed 1 month ago

blink1073 commented 4 months ago

https://hatch.pypa.io/1.11/tutorials/testing/overview/#testing-projects

blink1073 commented 4 months ago

Blocked on https://github.com/pypa/hatch/issues/1541

ofek commented 4 months ago

I think the failure is unrelated to the change, no?

blink1073 commented 4 months ago

I think the failure is unrelated to the change, no?

Correct, event loops on Windows is hard. :smile: