Skip to content

Commit 0f05fa2

Browse files
author
Aron Carroll
committed
Add missing is_async flag to test
1 parent 0bea77c commit 0f05fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/server/test_worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_can_run_predictions_concurrently_on_async_predictor(worker):
335335
@pytest.mark.skipif(
336336
sys.version_info >= (3, 11), reason="Testing error message on python versions <3.11"
337337
)
338-
@uses_worker("simple_async", setup=False)
338+
@uses_worker("simple_async", setup=False, is_async=True)
339339
def test_async_predictor_on_python_3_10_or_older_raises_error(worker):
340340
fut = worker.setup()
341341
result = Result()

0 commit comments

Comments
 (0)