repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
python
/
pyperclip
/
patches
/
04-test-skip-failing.patch
blob
d67c76ade5bb4eae802eac9cfb1eb0cf84eaf994
1
--- pyperclip-1.9.0/tests/test_pyperclip.py.orig
2
+++ pyperclip-1.9.0/tests/test_pyperclip.py
3
@@ -80,6 +80,7 @@
4
self.copy(msg)
5
self.assertEqual(self.paste(), msg)
6
7
+ @unittest.skip("Always fails: https://github.com/asweigart/pyperclip/issues/263")
8
def test_non_str(self):
9
# Test copying an int.
10
self.copy(42)