RuntimeError: wrap_controller at 'pytest_runtest_makereport' dash/testing/plugin.py:106 did not yield #10820
-
Our CI suddenly started encountering this error (during Pytest's collection phase) for all PRs and I can't reproduce it locally. I'm running these on Ubuntu20.04 in a Docker container (also Ubuntu20.04). To be clear, CI has been running fine, and it's no one particular PR that's doing this today, it's all of them, regardless of the content. Any ideas? I tried googling and couldn't find a single instance of this error. I'm using Python3.10 and installing pytest==7.2.0. I can provide a stack trace upon request. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Potential clue: I have a pip cache on my Docker base image so I know which dependencies are new by looking at the pip install output. I can tell a newer version of dash is being downloaded:
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/plotly/dash/blob/dev/dash/testing/plugin.py#L108 indicates a bug in their code |
Beta Was this translation helpful? Give feedback.
https://github.com/plotly/dash/blob/dev/dash/testing/plugin.py#L108 indicates a bug in their code