CI Test Error: list.remove(x): x not in list

I started getting an error in my test that looks like maybe a bug in the CI:

During installation in private mode:

Job error on:
Traceback (most recent call last):
  File "./run.py", line 431, in run_job
    }, ["jobs", f"job-{job.id}", f"app-jobs-{job.url_or_path}"])
  File "./run.py", line 491, in broadcast
    ws_list.remove(to_remove)
ValueError: list.remove(x): x not in list

My only change to my code when the error started was this commit:

Which makes me think it might not be my code that causes the error.

Here is the link to the CI run: YunoRunner for CI

whatever the issue was, it now seems resolved and my CI test is running successfully again (and passing :)) YunoRunner for CI

1 Like