From e4af4c4b89fbf1f2486442bf96d80f90f28b0bd9 Mon Sep 17 00:00:00 2001 From: Axel Suarez Martinez Date: Thu, 21 May 2026 16:49:57 -0700 Subject: [PATCH] Temporal fix for build testing dependencies --- .azdo/ci-pr.yaml | 2 +- .github/workflows/python-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azdo/ci-pr.yaml b/.azdo/ci-pr.yaml index 441692c0..57a37c9e 100644 --- a/.azdo/ci-pr.yaml +++ b/.azdo/ci-pr.yaml @@ -83,5 +83,5 @@ steps: displayName: 'Install wheels' - script: | - pytest + pytest -W "ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning" displayName: 'Test with pytest' \ No newline at end of file diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 17475f1e..226d8c36 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -71,4 +71,4 @@ jobs: python -m pip install ./dist/microsoft_agents_storage_cosmos*.whl - name: Test with pytest run: | - pytest + pytest -W "ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning"