ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
633 stars 362 forks source link

Missing dep on trio? #930

Open SnarkBoojum opened 2 years ago

SnarkBoojum commented 2 years ago

Trying to update ipykernel's Debian package to 6.13.0, tests fail because trio isn't available ; I find it strange that it isn't mentioned in setup.py.

blink1073 commented 2 years ago

The trio and curio should be test dependencies are meant to be optional, they are skipped in tests if not available. I assume you're failing on test discovery on ipykernel/trio_runner.py? We handle that by using pytest testpath.