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"