Commit 69a6bbe9 by Sébastien Eustace

Fix typo

parent 2bc35cf3
...@@ -1295,7 +1295,7 @@ def test_solver_can_resolve_directory_dependencies(solver, repo, package): ...@@ -1295,7 +1295,7 @@ def test_solver_can_resolve_directory_dependencies(solver, repo, package):
pendulum = get_package("pendulum", "2.0.3") pendulum = get_package("pendulum", "2.0.3")
repo.add_package(pendulum) repo.add_package(pendulum)
path = s( path = (
Path(__file__).parent.parent Path(__file__).parent.parent
/ "fixtures" / "fixtures"
/ "git" / "git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment