summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-requests-toolbelt: update recipe to use the ptest-python-pytest classDerek Straka2025-01-171-5/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: switch to pytest --automakeTim Orling2024-02-161-6/+7
| | | | | | | | * Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Remove unused AUTHOR variableMichael Opdenacker2023-08-051-1/+0
| | | | | | | | | No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: Fix ptest failures seen with urllib3 2.0Khem Raj2023-07-131-0/+2
| | | | | | | | | | | | | | | | Currently we see ptest failures like below testseries | result_id : oeqa | runtime_meta-python-ptest-image-python3-requests-toolbelt_qemux86-64_20230713012809 ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_all ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_response ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_override_base ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_with_base ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_override_base ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_with_base These patches from a posted pull upstream fixes them Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: upgrade 0.10.1 -> 1.0.0Wang Mingyu2023-05-091-0/+34
Changelog: ========= Removed Google App Engine support to allow using urllib3 2.0 Ensured the test suite no longer reaches the Internet Added explicit support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>