Package Details: python-pyperclip-git r230.781603e-1

Git Clone URL: https://aur.archlinux.org/python-pyperclip-git.git (read-only, click to copy)
Package Base: python-pyperclip-git
Description: A cross-platform clipboard module for Python (git)
Upstream URL: https://github.com/asweigart/pyperclip
Licenses: BSD
Conflicts: python-pyperclip
Provides: python-pyperclip
Submitter: LChris314
Maintainer: LChris314
Last Packager: LChris314
Votes: 1
Popularity: 0.000000
First Submitted: 2020-08-12 18:23 (UTC)
Last Updated: 2022-02-28 10:02 (UTC)

Dependencies (9)

Required by (81)

Sources (1)

Latest Comments

LChris314 commented on 2022-02-28 10:04 (UTC)

Updated to temporarily ignore checks so the package builds. Will report to upstream when I have time.

sukanka commented on 2022-02-26 02:51 (UTC)

check() failed, please update it.

tests/test_pyperclip.py ssssssssssssssssssssssssssssssssssssssssssssssssssssss...........................sssssssssF..........                               [100%]

============================================================================ FAILURES =============================================================================
___________________________________________________________________ TestKlipper.test_copy_blank ___________________________________________________________________

self = <test_pyperclip.TestKlipper testMethod=test_copy_blank>

    def test_copy_blank(self):
        self.copy('TEST')
        self.copy('')
>       self.assertEqual(self.paste(), '')
E       AssertionError: 'TEST' != ''
E       - TEST
E       +

tests/test_pyperclip.py:57: AssertionError
===================================================================== short test summary info =====================================================================
FAILED tests/test_pyperclip.py::TestKlipper::test_copy_blank - AssertionError: 'TEST' != ''
============================================================ 1 failed, 37 passed, 63 skipped in 0.77s =============================================================