tests: allow PipelineParams instead of individual arguments

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-27 19:01:15 -07:00
parent e384ca949e
commit 947faf8a39
3 changed files with 8 additions and 6 deletions

View File

@@ -97,6 +97,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `pipeline.tests.utils.run_test()` now allows passing `PipelineParams` instead
of individual parameters.
- Updated `daily-python` to 0.19.8.
- `PipelineTask` now waits for `StartFrame` to reach the end of the pipeline