You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that means the tests folder is skipped by pip install. This results in failed tests of sos-notebook and thus rejection of any further updates to conda-forge. Not sure what our options are (other than removing tests) since it seems to be out of our hands that they decided to not include them. Or we copy and ship the test util with sos-notebook?
The text was updated successfully, but these errors were encountered:
For some additional context, it appears that the ipykernel feedstock itself had to change their tests due to the removal of the tests folder: conda-forge/ipykernel-feedstock@fc14970#diff-c10e3d50805f921125df35bc18bfc5df56bccf46ce05cf55b9c374176ded18d0. It's not really clear what the successor to the unit testing framework is supposed to be, aside from just copying the code, and this could still be challenging because we'd have to maintain API compatibility with ipykernel.
Rephrased from bug identified by @danielnachun: In our test,
the last line does not work anymore, because even though this exists on GitHub, https://github.com/ipython/ipykernel/blob/main/tests/utils.py the pypi release does not contain it anymore: in the
pyproject.toml
for ipykernel on PyPI:So that means the tests folder is skipped by
pip install
. This results in failed tests of sos-notebook and thus rejection of any further updates toconda-forge
. Not sure what our options are (other than removing tests) since it seems to be out of our hands that they decided to not include them. Or we copy and ship the test util with sos-notebook?The text was updated successfully, but these errors were encountered: