You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only check for RuntimeWarnings in test_local_ip_true_doesnt_trigger_warning
It sees the same DeprecationWarnings as test_warning_on_hostname_match
does. So do the same change here.
Also replace:
with A, B as C:
with:
with A:
with B as C:
which is easier to read.
0 commit comments