Merged
Conversation
Contributor
dwskoog
commented
Dec 12, 2025
- Fixed Flake8 error in streamz/plugins.py
- Fixed conftest.py to use current pytest_ignore_collect params
- Pytest 7 added the new param name/type and it was removed in 9. Pytest 9 gets pulled for the 3.10+ test environments.
Missing blank line in streamz/plugins.py
pytest_ignore_collect's path param was deprecated in pytest 7 and removed in pytest 9. The 3.10+ test environments pull pytest 9. 3.9 only pulls pytest 8 so that would still pass.
Member
|
I wonder, do you use streamz at all? I'd love to hear of some interesting use cases. |
Contributor
Author
At my company, we use it at two different points in our data processing to create a disjoint subcover of a noisy stream of telemetry readings and then blend in metadata from users and external authoritative resources to give users an understanding of what (and what kinds of) events are happening in their space. We, unfortunately, were not able to use it for a larger data processing project because the project looked dead and the 0.6.4 version conflicts with Python 3.12+ semantics. |
This was referenced Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.