Skip to content

Commit 2476c73

Browse files
committed
Fix several dependency resolution tests
Update the assertions to re-align with changed dependency trees. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
1 parent 5b05806 commit 2476c73

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
@@ -50,7 +50,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310():
5050
"pkg:pypi/itsdangerous@2.1.2",
5151
"pkg:pypi/jinja2@3.1.2",
5252
"pkg:pypi/markupsafe@2.1.3",
53-
"pkg:pypi/werkzeug@2.3.7",
53+
"pkg:pypi/werkzeug@3.0.0",
5454
]
5555

5656

@@ -74,7 +74,7 @@ def test_get_resolved_dependencies_with_flask_and_python_310_windows():
7474
"pkg:pypi/itsdangerous@2.1.2",
7575
"pkg:pypi/jinja2@3.1.2",
7676
"pkg:pypi/markupsafe@2.1.3",
77-
"pkg:pypi/werkzeug@2.3.7",
77+
"pkg:pypi/werkzeug@3.0.0",
7878
]
7979

8080

@@ -125,7 +125,7 @@ def test_get_resolved_dependencies_with_tilde_requirement_using_json_api():
125125
"pkg:pypi/itsdangerous@2.1.2",
126126
"pkg:pypi/jinja2@3.1.2",
127127
"pkg:pypi/markupsafe@2.1.3",
128-
"pkg:pypi/werkzeug@2.3.7",
128+
"pkg:pypi/werkzeug@3.0.0",
129129
"pkg:pypi/zipp@3.17.0",
130130
]
131131

@@ -146,7 +146,7 @@ def test_without_supported_wheels():
146146

147147
assert plist == [
148148
"pkg:pypi/autobahn@22.3.2",
149-
"pkg:pypi/cffi@1.15.1",
149+
"pkg:pypi/cffi@1.16.0",
150150
"pkg:pypi/cryptography@41.0.4",
151151
"pkg:pypi/hyperlink@21.0.0",
152152
"pkg:pypi/idna@3.4",

0 commit comments

Comments
 (0)