jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

An intermittent test failure in CI system #1850

Open consideRatio opened 4 months ago

consideRatio commented 4 months ago

I think an intermittent test failure was reported at https://github.com/jupyterhub/binderhub/actions/runs/8976373371/job/24653096991?pr=1849

binderhub/tests/test_main.py::test_loading_page[gh-binderhub-ci-repos/requirements-master-has%20space-file-200] FAILED [ 42%]

>           nbviewer_url = soup.find(id="nbviewer-preview").find("iframe").attrs["src"]
E           AttributeError: 'NoneType' object has no attribute 'find'