forked from pool/python-cached-property
- Add HISTORY.rst to %doc - Update to v1.5.1 OBS-URL: https://build.opensuse.org/request/show/680258 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cached-property?expand=0&rev=12
13 lines
563 B
Diff
13 lines
563 B
Diff
Index: cached-property-1.5.1/tests/test_cached_property.py
|
|
===================================================================
|
|
--- cached-property-1.5.1.orig/tests/test_cached_property.py
|
|
+++ cached-property-1.5.1/tests/test_cached_property.py
|
|
@@ -191,6 +191,7 @@
|
|
self.assert_cached(check, 2)
|
|
self.assert_cached(check, 2)
|
|
|
|
+ @unittest.skip("new freezegun breaks behaviour of this test")
|
|
def test_threads_ttl_expiry(self):
|
|
Check = CheckFactory(self.cached_property_factory(ttl=100000), threadsafe=True)
|
|
check = Check()
|