Skip to content

Commit 9383d32

Browse files
committed
Fix tests to reflect correct dependencies.
The new dependency tree corresponds to the one generate by pip download --verbose X where X is flask~=2.1.2 and autobahn==22.3.2 respectively. Signed-off-by: Stefano Bennati <[email protected]>
1 parent 6399269 commit 9383d32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_resolution.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
120120
assert plist == [
121121
"pkg:pypi/[email protected]",
122122
"pkg:pypi/[email protected]",
123-
"pkg:pypi/importlib-metadata@5.0.0",
123+
"pkg:pypi/importlib-metadata@6.0.0",
124124
"pkg:pypi/[email protected]",
125125
"pkg:pypi/[email protected]",
126126
"pkg:pypi/[email protected]",
127127
"pkg:pypi/[email protected]",
128-
"pkg:pypi/zipp@3.10.0",
128+
"pkg:pypi/zipp@3.11.0",
129129
]
130130

131131

@@ -146,11 +146,11 @@ def test_without_supported_wheels():
146146
assert plist == [
147147
"pkg:pypi/[email protected]",
148148
"pkg:pypi/[email protected]",
149-
"pkg:pypi/cryptography@38.0.3",
149+
"pkg:pypi/cryptography@39.0.0",
150150
"pkg:pypi/[email protected]",
151151
"pkg:pypi/[email protected]",
152152
"pkg:pypi/[email protected]",
153-
"pkg:pypi/setuptools@65.5.1",
153+
"pkg:pypi/setuptools@65.6.3",
154154
"pkg:pypi/[email protected]",
155155
]
156156

0 commit comments

Comments
 (0)