summaryrefslogtreecommitdiff
path: root/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch
blob: 03fabd2900caa13f2b32b947526cbdb4185c68e5 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/tests/test_cached_property.py
+++ b/tests/test_cached_property.py
@@ -191,6 +191,7 @@
         self.assert_cached(check, 2)
         self.assert_cached(check, 2)
 
+    @unittest.skip("Gentoo Bug #638250")
     def test_threads_ttl_expiry(self):
         Check = CheckFactory(self.cached_property_factory(ttl=100000), threadsafe=True)
         check = Check()