Add type annotations

This commit is contained in:
Dustin Ingram 2021-12-02 16:38:29 -05:00
parent 316a75b2a5
commit 06cd803328
No known key found for this signature in database
GPG Key ID: 93D2B8D4930A5E39
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ def test_new_resolver_hash_requirement_and_url_constraint_can_fail(
script.assert_not_installed("base", "other")
def test_new_resolver_hash_with_extras(script):
def test_new_resolver_hash_with_extras(script: PipTestEnvironment) -> None:
parent_with_extra_path = create_basic_wheel_for_package(
script, "parent_with_extra", "0.1.0", depends=["child[extra]"]
)