forked from pool/python-persistent
- Allow build with older distributions (%autopatch macro needs an appended empty line) - Refresh patch persistent-4.2.4.2-switch-off-tests.patch OBS-URL: https://build.opensuse.org/request/show/681716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=18
13 lines
517 B
Diff
13 lines
517 B
Diff
Index: b/persistent/tests/test_timestamp.py
|
|
===================================================================
|
|
--- a/persistent/tests/test_timestamp.py
|
|
+++ b/persistent/tests/test_timestamp.py
|
|
@@ -246,6 +246,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)
|