From 3115ea6a00ae25251c34f6f6d82a57b4887b3d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Fri, 13 Oct 2023 11:31:24 +0200 Subject: [PATCH] Try single quotes on ignore --- dev/tasks/tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 4657d9bd2c996..b04e261b9a635 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -1241,7 +1241,7 @@ tasks: params: env: PYTHON: "{{ python_version }}" - PYTEST_ARGS: '-W error -W \"ignore:Setting custom ClientSession:DeprecationWarning\"' + PYTEST_ARGS: "-W error -W 'ignore:Setting custom ClientSession:DeprecationWarning'" image: conda-python {% endfor %}