mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Unbreak CI (#6093)
* Temporarily remove `cachetools` stubs. They will be added back soon, and meanwhile they will continue to be available on pypi. * Remove `filelock.logger()` (no longer exists in filelock 3.2) * Delete `OpenSSL.crypto` from stubtest whitelist Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
co-authored by
Akuli
parent
b04512eaaa
commit
32bc2161a1
@@ -1,26 +0,0 @@
|
||||
cachetools.Cache.get
|
||||
cachetools.LFUCache.__delitem__
|
||||
cachetools.LFUCache.__getitem__
|
||||
cachetools.LFUCache.__setitem__
|
||||
cachetools.LRUCache.__delitem__
|
||||
cachetools.LRUCache.__getitem__
|
||||
cachetools.LRUCache.__setitem__
|
||||
cachetools.TTLCache.__delitem__
|
||||
cachetools.TTLCache.__getitem__
|
||||
cachetools.TTLCache.__setitem__
|
||||
cachetools.abc
|
||||
cachetools.cache.Cache.get
|
||||
cachetools.cache.DefaultMapping
|
||||
cachetools.func.ttl_cache
|
||||
cachetools.lfu.LFUCache.__delitem__
|
||||
cachetools.lfu.LFUCache.__getitem__
|
||||
cachetools.lfu.LFUCache.__setitem__
|
||||
cachetools.lru.Cache.get
|
||||
cachetools.lru.LRUCache.__delitem__
|
||||
cachetools.lru.LRUCache.__getitem__
|
||||
cachetools.lru.LRUCache.__setitem__
|
||||
cachetools.rr.Cache.get
|
||||
cachetools.ttl.Cache.get
|
||||
cachetools.ttl.TTLCache.__delitem__
|
||||
cachetools.ttl.TTLCache.__getitem__
|
||||
cachetools.ttl.TTLCache.__setitem__
|
||||
Reference in New Issue
Block a user