Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
python-cached-property
freezegun-skip.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freezegun-skip.patch of Package python-cached-property
--- tests/test_cached_property.py | 1 + 1 file changed, 1 insertion(+) --- a/tests/test_cached_property.py +++ b/tests/test_cached_property.py @@ -188,6 +188,7 @@ class TestCachedPropertyWithTTL(TestCach 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()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor