Package: src:sabnzbdplus Version: 3.0.0~0git20200408+dfsg-1 Severity: serious Tags: sid bullseye ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.9
[...] except (ProtocolError, socket.error) as err: > raise ConnectionError(err, request=request) E requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) /usr/lib/python3/dist-packages/requests/adapters.py:498: ConnectionError =============================== warnings summary =============================== tests/test_rss.py::TestRSS::test_rss_newznab_parser tests/test_rss.py::TestRSS::test_rss_nzedb_parser /usr/lib/python3/dist-packages/feedparser.py:2849: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead urltype, rest = urllib.parse.splittype(url_file_stream_or_string) tests/test_rss.py::TestRSS::test_rss_newznab_parser tests/test_rss.py::TestRSS::test_rss_nzedb_parser /usr/lib/python3/dist-packages/feedparser.py:2850: DeprecationWarning: urllib.parse.splithost() is deprecated as of 3.8, use urllib.parse.urlparse() instead realhost, rest = urllib.parse.splithost(rest) tests/test_rss.py::TestRSS::test_rss_newznab_parser tests/test_rss.py::TestRSS::test_rss_nzedb_parser /usr/lib/python3/dist-packages/feedparser.py:2852: DeprecationWarning: urllib.parse.splituser() is deprecated as of 3.8, use urllib.parse.urlparse() instead user_passwd, realhost = urllib.parse.splituser(realhost) -- Docs: https://docs.pytest.org/en/latest/warnings.html == 1 failed, 52 passed, 2 skipped, 15 deselected, 6 warnings in 18.80 seconds ==