Skip to content

Commit 895aff9

Browse files
test: suppress deprecation warning from selenium internals (ietf-tools#4836)
1 parent 0abebf2 commit 895aff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
1919
warnings.filterwarnings("ignore", message="{% load staticfiles %} is deprecated")
2020
warnings.filterwarnings("ignore", message="Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated", module="bleach")
21-
21+
warnings.filterwarnings("ignore", message="HTTPResponse.getheader\(\) is deprecated", module='selenium.webdriver')
2222
try:
2323
import syslog
2424
syslog.openlog(str("datatracker"), syslog.LOG_PID, syslog.LOG_USER)

0 commit comments

Comments
 (0)