Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
python-cached-property.26610
freezegun-skip.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freezegun-skip.patch of Package python-cached-property.26610
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()
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