https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/vcrpy-6.0.1 fails tests. Discovered on: arm64 (internal ref: tinderbox_arm64) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 884513 [details] build.log build log and emerge --info
Error(s) that match a know pattern: 1 - ('similar request'). 2 - ('similar request 2'). AssertionError: write() argument must be a bytes instance E AssertionError: assert 6 == 4 FAILED tests/integration/test_basic.py::test_basic_json_use - assert b'A simple HTTP Request & Response Service.' in b'<!DOCTYPE html... FAILED tests/integration/test_basic.py::test_patched_content - assert 2 == 1 FAILED tests/integration/test_basic.py::test_patched_content_json - assert 2 == 1 FAILED tests/integration/test_httplib2.py::test_cross_scheme - assert 4 == 2 FAILED tests/integration/test_httplib2.py::test_multiple_requests[http] - AssertionError: assert 6 == 4 FAILED tests/integration/test_httplib2.py::test_multiple_requests[https] - AssertionError: assert 6 == 4 FAILED tests/integration/test_ignore.py::test_ignore_httpbin - assert 2 == 1 FAILED tests/integration/test_ignore.py::test_ignore_localhost - assert 2 == 1 FAILED tests/integration/test_ignore.py::test_ignore_localhost_twice - assert 2 == 1 FAILED tests/integration/test_proxy.py::test_use_proxy - assert 2 == 1 FAILED tests/integration/test_record_mode.py::test_new_episodes_record_mode - assert 2 == 1 FAILED tests/integration/test_record_mode.py::test_none_record_mode_with_existing_cassette - assert 2 == 1 FAILED tests/integration/test_register_persister.py::test_load_cassette_with_custom_persister - assert b'A simple HTTP Request & Response Service.' in b'<!DOCTYPE html... FAILED tests/integration/test_requests.py::test_cross_scheme - assert 4 == 2 FAILED tests/integration/test_urllib2.py::test_cross_scheme - assert 4 == 2 FAILED tests/integration/test_urllib3.py::test_cross_scheme - assert 4 == 2 Matchers failed : Matchers succeeded : ['method'] SKIPPED [1] tests/integration/test_httpx.py:10: could not import 'httpx': No module named 'httpx' [2024-02-07 22:38:29,379] WARNING in core: Swagger not found, legacy index will be used. ] PASSED [176/305] failed : query failed : query 2 query - assertion failure : tests/unit/test_errors.py::test_CannotOverwriteExistingCassetteException_get_message[most_matches3-Found 2 similar requests with 1 different matcher(s) :
The "No module named 'httpx'" is fixed in 6.0.2 now, the rest I have not yet managed to reproduce.