Callum Forrester
Callum Forrester
Reviewers: @tacaswell (who thinks vendoring in is the better path)
Interesting, I'm seeing the following for 3.12: ```shell FAILED bluesky/tests/test_utils.py::test_CallbackRegistry_1[class_method-False-True] - AssertionError: Incorrect number of signals ```
@tacaswell Is there any policy on deprecation? Numpy hasn't supported 3.8 for almost a year: https://endoflife.date/numpy, perhaps we should drop it
Done now #1672 is merged, will make another ticket for dropping 3.8 and 3.9
Reviewers: @tacaswell
@coretl suggests replacing configure with `declare_stream`, since declaring a stream may imply configuring devices @tacaswell @danielballan any thoughts?
This seems to work both locally and online with repositories that have adopted the new sphinx theme, such as ophyd: https://blueskyproject.io/ophyd/search.html?q=status Suggest we make this ticket about adopting it into...
This is a good idea but should not up coverage for its own sake: Tests should represent use cases. Acceptance Criteria: - Tests written against use cases - Module fully...
Can it not be written more unit-test-style without the vertical integration? I.e. with mocks etc.
Reviewers: @abbiemery @genematx