Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943227 - dev-python/aioresponses-0.7.6 fails tests: FAILED test_aioresponses.py::AIOResponsesTestCase::test_assert_any_call - TypeError: RequestInfo.__new__() missing 1 required positional argument: real_url
Summary: dev-python/aioresponses-0.7.6 fails tests: FAILED test_aioresponses.py::AIORe...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-11-11 08:33 UTC by Agostino Sarubbo
Modified: 2024-11-11 08:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,271.21 KB, text/plain)
2024-11-11 08:33 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-11 08:33:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/aioresponses-0.7.6 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-11 08:33:49 UTC
Created attachment 908458 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-11 08:33:49 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_post_redirect_followed - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_followed - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_missing_location_header - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_missing_mocked_match - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_relative_url_redirect_followed - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_request_info - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponseRedirectTest::test_request_info_with_original_request_headers - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesRaiseForStatusSessionTestCase::test_do_not_raise_for_status - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesRaiseForStatusSessionTestCase::test_raise_for_status - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_any_call - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_any_call_not_called - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_called - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_called_twice - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_not_called - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_binary_body - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_binary_body_via_callback - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_callback - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_callback_coroutine - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_custom_response_class - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_exceptions_in_the_middle_of_responses - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_mocking_as_context_manager - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_mocking_as_decorator - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_multiple_requests - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_passing_argument - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_possible_race_condition - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_post_with_data - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_raise_for_status - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_request_raise_for_status - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_request_should_match_regexp - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_request_with_non_deepcopyable_parameter - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance_and_params_handling - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance_and_status_code - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_cookies - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_headers - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_raw_headers - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_streaming - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
FAILED tests/test_aioresponses.py::AIOResponsesTestCase::test_streaming_up_to - TypeError: RequestInfo.__new__() missing 1 required positional argument: 'real_url'
tests/test_aioresponses.py::AIOResponseRedirectTest::test_post_redirect_followed FAILED [48/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_followed FAILED [49/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_missing_location_header FAILED [50/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_redirect_missing_mocked_match FAILED [51/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_relative_url_redirect_followed FAILED [52/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_request_info FAILED [53/62]
tests/test_aioresponses.py::AIOResponseRedirectTest::test_request_info_with_original_request_headers FAILED [54/62]
tests/test_aioresponses.py::AIOResponsesRaiseForStatusSessionTestCase::test_do_not_raise_for_status FAILED [46/62]
tests/test_aioresponses.py::AIOResponsesRaiseForStatusSessionTestCase::test_raise_for_status FAILED [47/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_any_call FAILED [ 1/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_any_call_not_called FAILED [ 2/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_called FAILED [ 3/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_called_twice FAILED [ 4/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_assert_not_called FAILED [ 5/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_binary_body FAILED [ 6/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_binary_body_via_callback FAILED [ 7/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_callback FAILED  [ 8/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_callback_coroutine FAILED [ 9/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_custom_response_class FAILED [10/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_exceptions_in_the_middle_of_responses FAILED [12/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_mocking_as_context_manager FAILED [14/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_mocking_as_decorator FAILED [15/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_multiple_requests FAILED [17/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_passing_argument FAILED [18/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_possible_race_condition FAILED [19/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_post_with_data FAILED [20/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_raise_for_status FAILED [21/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_request_raise_for_status FAILED [25/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_request_should_match_regexp FAILED [27/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_request_with_non_deepcopyable_parameter FAILED [28/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance FAILED [29/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance_and_params_handling FAILED [30/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_instance_and_status_code FAILED [31/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_cookies FAILED [32/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_headers FAILED [33/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_returned_response_raw_headers FAILED [34/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_streaming FAILED [42/62]
tests/test_aioresponses.py::AIOResponsesTestCase::test_streaming_up_to FAILED [43/62]