Tobias Raabe
                                            Tobias Raabe
                                        
                                    Blocked by `https://github.com/actions/setup-python/issues/808`.
The test `test_live_execution_skips_do_not_crowd_out_displayed_tasks` sporadically fails on MacOS and I have no machine to debug it. https://github.com/pytask-dev/pytask/actions/runs/4902488535/jobs/8754365770?pr=373
#### Is your feature request related to a problem? Users cannot find out why a task is re-executed when one of the dependencies is changed. #### Describe the solution you'd...
**Describe the issue**: The functions that I want to execute with the `ClientExecutor` are dynamically imported via the module's path. Even if I register the dynamically imported module with `cloudpickle.register_pickle_by_value`,...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
https://github.com/pytask-dev/pytask
#### Changes Provide a description and/or bullet points to describe the changes in this PR. #### Todo - [ ] Reference issues which can be closed due to this PR...
Seems blocked by `https://github.com/pytest-dev/pytest/issues/12888`.
Hi, thanks for the fantastic library! I'd like to know about the following use case. Assuming I have an application that uses a query similar to the `listUser` [example](https://github.com/mirumee/ariadne-codegen?tab=readme-ov-file#example-of-usage-of-mixin-and-files_to_include) where...