Skip to content

Unbreak CI #6093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions stubs/cachetools/@tests/stubtest_allowlist.txt

This file was deleted.

1 change: 0 additions & 1 deletion stubs/cachetools/METADATA.toml

This file was deleted.

6 changes: 0 additions & 6 deletions stubs/cachetools/cachetools/__init__.pyi

This file was deleted.

7 changes: 0 additions & 7 deletions stubs/cachetools/cachetools/abc.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions stubs/cachetools/cachetools/cache.pyi

This file was deleted.

11 changes: 0 additions & 11 deletions stubs/cachetools/cachetools/decorators.pyi

This file was deleted.

9 changes: 0 additions & 9 deletions stubs/cachetools/cachetools/func.pyi

This file was deleted.

4 changes: 0 additions & 4 deletions stubs/cachetools/cachetools/keys.pyi

This file was deleted.

14 changes: 0 additions & 14 deletions stubs/cachetools/cachetools/lfu.pyi

This file was deleted.

13 changes: 0 additions & 13 deletions stubs/cachetools/cachetools/lru.pyi

This file was deleted.

18 changes: 0 additions & 18 deletions stubs/cachetools/cachetools/rr.pyi

This file was deleted.

23 changes: 0 additions & 23 deletions stubs/cachetools/cachetools/ttl.pyi

This file was deleted.

2 changes: 1 addition & 1 deletion stubs/filelock/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1"
version = "3.2"
3 changes: 0 additions & 3 deletions stubs/filelock/filelock/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import sys
from logging import Logger
from types import TracebackType
from typing import Type

def logger() -> Logger: ...

class Timeout(TimeoutError):
def __init__(self, lock_file: str) -> None: ...
def __str__(self) -> str: ...
Expand Down
1 change: 0 additions & 1 deletion stubs/pyOpenSSL/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
OpenSSL.crypto
OpenSSL.SSL.Context.__getattr__