Dan Allan
Dan Allan
Closed by #779 and #941.
Interesting. When I add a second file, to verify that `tree` continues on past the broken file, I get this. ``` SKIPPING due to error: [Errno 104] Connection reset by...
I have registered the `publish-pypi.yml` workflow in this repository as a ["pending" trusted publisher](https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/) such that merge this PR should _create_ the `bluesky-tiled-plugins` package on PyPI.
One transient failure, unrelated to the change: ``` FAILED databroker/assets/tests/test_write.py::test_multi_write_fail[sqlite] - TimeoutError: cursor call timed out ```
There is ongoing discussion among the Technical Steering Committee about which versions of Python Bluesky projects should support: - Follow CPython upstream? - Follow SPEC 0? - More aggressive? and...
Good catch! Done.
Rebased and addressed @tangkong's comments. Only remaining instances of `3.8` in the codebase: ``` $ git grep "3\.8 " docs/api_changes.rst:Added support for Python 3.8 and the following for forward-compatibility with...
The linter is failing on unrelated complaints, looks like increased strictness.
I expect that is related to Python 3.8 going EOL, as Python 3.8 was the last version that did not support using generics as types.
As discussed in the [companion PR to databroker](https://github.com/bluesky/databroker/pull/837) @maffettone and I agree the best option is to fix this in the device, to use a serializable type.