Closed xhochy closed 4 years ago
Thanks for the report :). I kinda knew that playing fast and loose with my dependencies is probably not a overly great idea, but it has been causing quite a lot of trouble in the last weeks.
I pushed a new 0.9.1 release with ipython as dependency
Damn. Saw the next failed test. I guess pytest finally removed py.* as a depedency
@xhochy not sure what goes wrong. Pytest still declares py as a depedency, I in turn depend on pytest. AFAIK, installing ipytest should install both pytest and py. No idea what the pipeline fails:
The correct dependencies were missing from the recipe, all fine now.
Perfect. Thanks :)
See the failing CI in the conda recipe: https://github.com/conda-forge/ipytest-feedstock/pull/2
Either this should be lazily imported or
ipython
should be listed in thesetup.py
.