ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

Missing dep on trio?

Open SnarkBoojum opened this issue 3 years ago • 1 comments
trafficstars

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.

SnarkBoojum avatar May 12 '22 07:05 SnarkBoojum

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.

blink1073 avatar May 12 '22 14:05 blink1073