Skip to content

Commit 06cd803

Browse files
committed
Add type annotations
1 parent 316a75b commit 06cd803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_new_resolver_hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def test_new_resolver_hash_requirement_and_url_constraint_can_fail(
313313
script.assert_not_installed("base", "other")
314314

315315

316-
def test_new_resolver_hash_with_extras(script):
316+
def test_new_resolver_hash_with_extras(script: PipTestEnvironment) -> None:
317317
parent_with_extra_path = create_basic_wheel_for_package(
318318
script, "parent_with_extra", "0.1.0", depends=["child[extra]"]
319319
)

0 commit comments

Comments
 (0)