Skip to content

Commit 2037d09

Browse files
committed
Here's what happens if we have loads of non-types dependencies
1 parent 2d6175c commit 2037d09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5
-2033
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cache: pip
8888
cache-dependency-path: requirements-tests.txt
8989
- run: pip install -r requirements-tests.txt
90-
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
90+
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }} --verbose
9191

9292
regression-tests:
9393
name: Run mypy on the test cases

stubs/Pillow/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
requires = ["packaging"]
12
version = "9.3.*"

stubs/SQLAlchemy/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
requires = ["tomli"]
12
version = "1.4.45"
23
extra_description = """\
34
The `sqlalchemy-stubs` package is an alternative to this package and also \

stubs/cryptography/@tests/stubtest_allowlist.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

stubs/cryptography/METADATA.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

stubs/cryptography/cryptography/__init__.pyi

Whitespace-only changes.

stubs/cryptography/cryptography/exceptions.pyi

Lines changed: 0 additions & 7 deletions
This file was deleted.

stubs/cryptography/cryptography/fernet.pyi

Lines changed: 0 additions & 23 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/__init__.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/backends/__init__.pyi

Lines changed: 0 additions & 7 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi

Lines changed: 0 additions & 196 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi

Whitespace-only changes.

stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi

Whitespace-only changes.

stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi

Lines changed: 0 additions & 6 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)