Skip to content

Commit 763024e

Browse files
Update dependency lxml to v5 (#1554)
1 parent 4863e2d commit 763024e

File tree

3 files changed

+146
-100
lines changed

3 files changed

+146
-100
lines changed

fixtures/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def warnings_as_errors(): # noqa: PT004
4444
# Ignore deprecation warnings in third party libraries
4545
warnings.filterwarnings(
4646
"ignore",
47-
module=".*(api_jwt|api_jws|rest_framework_jwt|astroid|celery|factory|botocore|posthog).*",
47+
module=".*(api_jwt|api_jws|rest_framework_jwt|astroid|bs4|celery|factory|botocore|posthog).*",
4848
category=DeprecationWarning,
4949
)
5050
yield

0 commit comments

Comments
 (0)