Skip to content

Commit aec24c0

Browse files
Yun-Kimbrettlangdon
authored andcommitted
Ignore deprecation warnings on starlette framework tests
1 parent 8716dec commit aec24c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
#Parameters for keyword expression skip 3 failing tests that are expected due to asserting on headers. The errors are because our context propagation headers are being added
259259
#test_staticfiles_with_invalid_dir_permissions_returns_401 fails with and without ddtrace enabled
260260
- name: Run tests
261-
run: pytest --ddtrace-patch-all tests -k 'not test_request_headers and not test_subdomain_route and not test_websocket_headers and not test_staticfiles_with_invalid_dir_permissions_returns_401'
261+
run: pytest -W ignore --ddtrace-patch-all tests -k 'not test_request_headers and not test_subdomain_route and not test_websocket_headers and not test_staticfiles_with_invalid_dir_permissions_returns_401'
262262

263263
requests-testsuite-2_26_0:
264264
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)