1
0
Files
python-persistent/persistent-4.2.4.2-switch-off-tests.patch
Tomáš Chvátal 45a8170c2b Accepting request 681716 from home:frispete:python
- 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
2019-03-05 12:45:30 +00:00

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)