Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847169 - [guru] dev-python/pyclip-0.6.0 fails tests
Summary: [guru] dev-python/pyclip-0.6.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ryan Fox
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 06:19 UTC by Agostino Sarubbo
Modified: 2022-05-28 10:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,106.70 KB, text/plain)
2022-05-24 06:19 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 2022-05-24 06:19:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pyclip-0.6.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-24 06:19:08 UTC
Created attachment 780467 [details]
build.log

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


Error: Can't open display: (null)
FAILED tests/test_clipboard.py::test_clear - pyclip.base.ClipboardException: ...
FAILED tests/test_clipboard.py::test_cli - pyclip.base.ClipboardException: Co...
FAILED tests/test_clipboard.py::test_copy_paste_arbitrary_data - pyclip.base....
FAILED tests/test_clipboard.py::test_copy_paste_null_bytes_in_body - pyclip.b...
FAILED tests/test_clipboard.py::test_copy_paste_null_terminated_bytes - pycli...
FAILED tests/test_clipboard.py::test_copypaste - pyclip.base.ClipboardExcepti...
FAILED tests/test_clipboard.py::test_copypaste_unicode - pyclip.base.Clipboar...
Comment 3 Larry the Git Cow gentoo-dev 2022-05-28 10:10:17 UTC
The bug has been closed via the following commit(s):

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

commit 6deb9f488f576a25dd74c58ad1a75e92f7b0c52f
Author:     Ryan Fox <flewkey@2a03.party>
AuthorDate: 2022-05-26 21:04:46 +0000
Commit:     Ryan Fox <flewkey@2a03.party>
CommitDate: 2022-05-26 21:04:46 +0000

    dev-python/pyclip: Disable tests
    
    Running the tests is a bad idea because the clipboard isn't always
    available when building.
    
    Signed-off-by: Ryan Fox <flewkey@2a03.party>
    Closes: https://bugs.gentoo.org/847169

 dev-python/pyclip/pyclip-0.5.4.ebuild | 13 ++-----------
 dev-python/pyclip/pyclip-0.6.0.ebuild | 13 ++-----------
 dev-python/pyclip/pyclip-9999.ebuild  | 13 ++-----------
 3 files changed, 6 insertions(+), 33 deletions(-)

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

commit a5e3b8259c87d2176dbaf2c65a6403a3fc2beabc
Author:     Ryan Fox <flewkey@2a03.party>
AuthorDate: 2022-05-26 17:24:40 +0000
Commit:     Ryan Fox <flewkey@2a03.party>
CommitDate: 2022-05-26 17:24:40 +0000

    dev-python/pyclip: Fix tests
    
    Closes: https://bugs.gentoo.org/847169
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Ryan Fox <flewkey@2a03.party>

 dev-python/pyclip/pyclip-0.5.4.ebuild | 20 +++++++++++++++-----
 dev-python/pyclip/pyclip-0.6.0.ebuild | 12 ++++++++++--
 dev-python/pyclip/pyclip-9999.ebuild  | 12 ++++++++++--
 3 files changed, 35 insertions(+), 9 deletions(-)