Skip to content

Commit

Permalink
Add type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Nov 21, 2021
1 parent 8b5b090 commit 873c20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/mixology/version_solver/test_with_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ def test_with_compatible_locked_dependencies_use_latest(
)


def test_with_compatible_locked_dependencies_with_extras(root, provider, repo):
def test_with_compatible_locked_dependencies_with_extras(
root: "ProjectPackage", provider: "Provider", repo: "Repository"
):
root.add_dependency(Factory.create_dependency("foo", "^1.0"))

package_foo_0 = get_package("foo", "1.0.0")
Expand Down

0 comments on commit 873c20e

Please sign in to comment.