Package Details: python-property-cached 1.6.4-1

Git Clone URL: https://aur.archlinux.org/python-property-cached.git (read-only, click to copy)
Package Base: python-property-cached
Description: A decorator for caching properties in classes
Upstream URL: https://github.com/althonos/property-cached/
Licenses: BSD
Submitter: thrasibule
Maintainer: None
Last Packager: AchmadFathoni
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-19 21:29 (UTC)
Last Updated: 2022-03-28 05:58 (UTC)

Latest Comments

viper2642 commented on 2023-04-04 14:16 (UTC)

the test_threads_ttl_expiry test still fails on this package. The following patch works for me https://github.com/gentoo/gentoo/blob/7b4d8767a9e1190ac84c8a44c018d0c8ea7772ac/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch

thrasibule commented on 2022-05-24 18:00 (UTC)

@AchmadFathoni since you really wanted to take over that package, maybe you can fix it?

a.kudelin commented on 2022-05-03 09:38 (UTC)

======================================================================
FAIL: test_threads_ttl_expiry (tests.test_cached_property.TestCachedPropertyWithTTL)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/python-property-cached/src/property-cached-1.6.4/tests/test_cached_property.py", line 244, in test_threads_ttl_expiry
    self.assert_cached(check, 2 * num_threads)
  File "/build/python-property-cached/src/property-cached-1.6.4/tests/test_cached_property.py", line 71, in assert_cached
    self.assertEqual(check.add_cached, expected)
AssertionError: 6 != 10

----------------------------------------------------------------------