We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394a24e commit c01b5c6Copy full SHA for c01b5c6
tests/unit/resolution_resolvelib/test_provider.py
@@ -46,6 +46,7 @@ def test_provider_known_depths(factory: Factory) -> None:
46
resolutions={},
47
candidates={},
48
information={root_requirement_name: root_requirement_information},
49
+ backtrack_causes=[],
50
)
51
assert provider._known_depths == {root_requirement_name: 1.0}
52
@@ -69,6 +70,7 @@ def test_provider_known_depths(factory: Factory) -> None:
69
70
root_requirement_name: root_requirement_information,
71
transative_requirement_name: transative_package_information,
72
},
73
74
75
assert provider._known_depths == {
76
transative_requirement_name: 2.0,
0 commit comments