Skip to content

Commit

Permalink
Add type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Dec 2, 2021
1 parent 316a75b commit 638ed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_new_resolver_hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
parent_with_extra_path = create_basic_wheel_for_package(
script, "parent_with_extra", "0.1.0", depends=["child[extra]"]
)
Expand Down

0 comments on commit 638ed20

Please sign in to comment.