Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

FOR TESTING PURPOSES ONLY! #65

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
prefect>=2.6.0
prefect @ git+https://github.com/prefecthq/prefect.git@task_runner_test_suite_quote
ray[default] >= 1.12.0; python_version >= '3.7' and python_version < '3.10'
pickle5 >= 0.0.11; python_version < '3.8'
2 changes: 1 addition & 1 deletion tests/test_task_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ async def test_exception_to_crashed_state_in_flow_run(
(raised_exception, state_exception_type) = exceptions

async def throws_exception_before_task_begins(
task, task_run, parameters, wait_for, result_factory, settings
task, task_run, parameters, wait_for, result_factory, settings, **kwds
):
"""
Simulates an exception occurring while a remote task runner is attempting
Expand Down