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
blobd67c76ade5bb4eae802eac9cfb1eb0cf84eaf994
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)
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)