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 <stefano.bennati@here.com>
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/click@8.1.3",
122122
"pkg:pypi/flask@2.1.3",
123-
"pkg:pypi/importlib-metadata@5.0.0",
123+
"pkg:pypi/importlib-metadata@6.0.0",
124124
"pkg:pypi/itsdangerous@2.1.2",
125125
"pkg:pypi/jinja2@3.1.2",
126126
"pkg:pypi/markupsafe@2.1.1",
127127
"pkg:pypi/werkzeug@2.2.2",
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/autobahn@22.3.2",
148148
"pkg:pypi/cffi@1.15.1",
149-
"pkg:pypi/cryptography@38.0.3",
149+
"pkg:pypi/cryptography@39.0.0",
150150
"pkg:pypi/hyperlink@21.0.0",
151151
"pkg:pypi/idna@3.4",
152152
"pkg:pypi/pycparser@2.21",
153-
"pkg:pypi/setuptools@65.5.1",
153+
"pkg:pypi/setuptools@65.6.3",
154154
"pkg:pypi/txaio@22.2.1",
155155
]
156156

0 commit comments

Comments
 (0)