1
0
python-persistent/persistent-4.2.4.2-switch-off-tests.patch

11 lines
405 B
Diff
Raw Normal View History

--- a/persistent/tests/test_timestamp.py
+++ b/persistent/tests/test_timestamp.py
@@ -247,6 +247,7 @@ class PyAndCComparisonTests(unittest.Tes
c, py = self._make_C_and_Py(*args)
self.assertEqual(repr(c), repr(py))
+ @unittest.skip('Broken GH#')
def test_strs_equal(self):
for args in self._make_many_instants():
c, py = self._make_C_and_Py(*args)