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
fix: rename test classes to avoid Action/Observation registry conflicts
Rename FailingAction/FailingObservation to ParallelFailingAction/ParallelFailingObservation
to avoid name collisions with the existing test classes in
tests/sdk/conversation/local/test_rerun_actions.py.
When pytest-xdist runs tests in parallel, both files get loaded in the same
process, causing the Action/Observation class registry to detect duplicate
class definitions and raise ValidationErrors.
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments