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
FAILED test/core/gen2/test_progress.py::TestThreadedProgressObservers::test_threaded_progress_on_begin - RuntimeError: Patch is already started
FAILED test/core/gen2/test_progress.py::TestThreadedProgressObservers::test_threaded_progress_on_end - RuntimeError: Patch is already started
test_threaded_progress_on_begin and test_threaded_progress_on_end
were calling stop() on _patch rather than _mock_patch(), producing
an error on the subsequent _mock_patch.start() (since it was
already started, and hadn't been stopped). Corrected in this commit.
Fixes#1104
Describe the bug
On every run of the unit test suite,
To Reproduce
Steps to reproduce the behavior:
main
(e.g. at 7cce4f3)Expected behavior
All unit tests pass, including the aforementioned.
Screenshots
n/a
Additional context
These used to pass, and have presumably started failing due to a dependency update.
The text was updated successfully, but these errors were encountered: