summaryrefslogtreecommitdiff
path: root/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-16 22:21:41 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-16 22:22:43 +0300
commit5a4119c5681b96bc6d012b91d3343a7894edc89c (patch)
treeb909d44232a9560134c88921fe1cc16061487e4e /dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch
parentc1b74ad04101c9e1b9ad7c95b31e0f089b6ccfbb (diff)
downloadgentoo-5a4119c5681b96bc6d012b91d3343a7894edc89c.tar.gz
gentoo-5a4119c5681b96bc6d012b91d3343a7894edc89c.tar.bz2
gentoo-5a4119c5681b96bc6d012b91d3343a7894edc89c.zip
dev-python/cached-property: treeclean
Closes: https://bugs.gentoo.org/932096 Bug: https://bugs.gentoo.org/638250 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch')
-rw-r--r--dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch b/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch
deleted file mode 100644
index 03fabd2900ca..000000000000
--- a/dev-python/cached-property/files/cached-property-1.5.1-test-failure.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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()