Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908089 - [guru] dev-python/b2sdk-1.21.0 fails tests
Summary: [guru] dev-python/b2sdk-1.21.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: wolfgang
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-09 05:56 UTC by Agostino Sarubbo
Modified: 2024-06-05 12:48 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,212.63 KB, text/plain)
2023-06-09 05:56 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 2023-06-09 05:56:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/b2sdk-1.21.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-09 05:56:24 UTC
Created attachment 863591 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-09 05:56:25 UTC
Error(s) that match a know pattern:


E           ValueError: B2_TEST_APPLICATION_KEY_ID is not set.
E       AttributeError: type object 'TestUnboundStreamUpload' has no attribute 'dont_cleanup_old_buckets'
test/unit/test_exception.py::TestB2Error::test_plain_ascii PASSED     [ 15/575]
test/unit/test_exception.py::TestB2Error::test_unicode PASSED         [ 16/575]
test/unit/test_exception.py::TestInterpretError::test_bad_bucket_id PASSED [ 34/575]
test/unit/test_exception.py::TestInterpretError::test_bad_json PASSED [ 21/575]
test/unit/test_exception.py::TestInterpretError::test_conflict PASSED [ 31/575]
test/unit/test_exception.py::TestInterpretError::test_duplicate_bucket_name PASSED [ 24/575]
test/unit/test_exception.py::TestInterpretError::test_file_already_hidden PASSED [ 20/575]
test/unit/test_exception.py::TestInterpretError::test_file_not_present PASSED [ 22/575]
test/unit/test_exception.py::TestInterpretError::test_file_or_bucket_not_present PASSED [ 23/575]
test/unit/test_exception.py::TestInterpretError::test_invalid_auth_token PASSED [ 28/575]
test/unit/test_exception.py::TestInterpretError::test_missing_part PASSED [ 25/575]
test/unit/test_exception.py::TestInterpretError::test_part_sha1_mismatch PASSED [ 26/575]
test/unit/test_exception.py::TestInterpretError::test_service_error PASSED [ 35/575]
test/unit/test_exception.py::TestInterpretError::test_storage_cap_exceeded PASSED [ 29/575]
test/unit/test_exception.py::TestInterpretError::test_too_many_requests_with_retry_after_header PASSED [ 32/575]
test/unit/test_exception.py::TestInterpretError::test_too_many_requests_without_retry_after_header PASSED [ 33/575]
test/unit/test_exception.py::TestInterpretError::test_transaction_cap_exceeded PASSED [ 30/575]
test/unit/test_exception.py::TestInterpretError::test_unauthorized PASSED [ 27/575]
test/unit/test_exception.py::TestInterpretError::test_unknown_error PASSED [ 36/575]
Comment 3 Larry the Git Cow gentoo-dev 2024-06-05 12:48:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79d97aa02e85f09bb7000ca4157f1a437740097b

commit 79d97aa02e85f09bb7000ca4157f1a437740097b
Author:     Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
AuthorDate: 2024-06-05 00:22:07 +0000
Commit:     Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
CommitDate: 2024-06-05 00:22:07 +0000

    dev-python/b2sdk: remove old version.
    
    Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
    Closes: https://bugs.gentoo.org/908089

 dev-python/b2sdk/Manifest                          |  1 -
 dev-python/b2sdk/b2sdk-1.21.0.ebuild               | 45 ----------------------
 ...k-1.17.2-disable-requirement-installation.patch | 22 -----------
 ...dk-1.8.0-disable-requirement-installation.patch | 22 -----------
 4 files changed, 90 deletions(-)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac27151884ede4bdac7e0a8acfd67668bde91cb9

commit ac27151884ede4bdac7e0a8acfd67668bde91cb9
Author:     Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
AuthorDate: 2024-06-05 00:18:59 +0000
Commit:     Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
CommitDate: 2024-06-05 00:18:59 +0000

    dev-python/b2sdk: fix broken tests.
    
    There were some networked tests that weren't being skipped
    
    Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
    Closes: https://bugs.gentoo.org/908089

 dev-python/b2sdk/b2sdk-1.21.0.ebuild | 30 +++++++-----------------------
 1 file changed, 7 insertions(+), 23 deletions(-)