--- pyperclip-1.9.0/tests/test_pyperclip.py.orig +++ pyperclip-1.9.0/tests/test_pyperclip.py @@ -80,6 +80,7 @@ self.copy(msg) self.assertEqual(self.paste(), msg) + @unittest.skip("Always fails: https://github.com/asweigart/pyperclip/issues/263") def test_non_str(self): # Test copying an int. self.copy(42)