Description
Nightly tests on release/26.06 have been failing with this error in a cugraph notebook:
/tmp/ipykernel_1685/3445206249.py:2: FutureWarning: cuml.fil.ForestInference.load() is deprecated and will be removed in 26.10. Use nvforest.load_model() instead.
ModuleNotFoundError: No module named 'pytest'
Completed cugraph/algorithms/link_prediction/Jaccard-Similarity.ipynb with 0 warnings and 1 errors
Reproducible Example
Seen in CI: https://github.com/rapidsai/docker/actions/runs/26626985574/job/78468433609#step:9:195
Notes
This should be resolved once new packages from rapidsai/build-planning#284 roll out
We might not have noticed it in notebook tests before because in the cugraph repo, pytest is installed in the notebook-testing jobs.
And was only recently removed here (thanks @jayavenkatesh19 !): #853
Description
Nightly tests on
release/26.06have been failing with this error in acugraphnotebook:Reproducible Example
Seen in CI: https://github.com/rapidsai/docker/actions/runs/26626985574/job/78468433609#step:9:195
Notes
This should be resolved once new packages from rapidsai/build-planning#284 roll out
We might not have noticed it in notebook tests before because in the
cugraphrepo,pytestis installed in the notebook-testing jobs.And was only recently removed here (thanks @jayavenkatesh19 !): #853