Skip to content

Conversation

@dwskoog
Copy link
Contributor

@dwskoog 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.
@martindurant
Copy link
Member

I wonder, do you use streamz at all? I'd love to hear of some interesting use cases.

@martindurant martindurant merged commit b198bd5 into python-streamz:master Dec 16, 2025
5 checks passed
@dwskoog dwskoog deleted the flake8-fix branch December 16, 2025 15:08
@dwskoog
Copy link
Contributor Author

dwskoog commented Dec 16, 2025

I wonder, do you use streamz at all? I'd love to hear of some interesting use cases.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants