Skip to content

Commit d4e8c7a

Browse files
oll-botsale3
authored andcommitted
test: replace wheels to avoid tests failure
Configuration of oll_test_top_level-2.0.2 wheel is not compatible with current tests.
1 parent 4bfc7ae commit d4e8c7a

7 files changed

+2
-2
lines changed

upgrade/tests/upgrade_package/test_check_upgrade_from_local_wheel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_upgrade_local_wheel_test_constraints_flag(
144144
cut(
145145
package,
146146
skip_post_install=True,
147-
wheels_path=str(wheels_dir),
147+
wheels_path=str(Path(DATA_PATH) / "test_constraints_flag"),
148148
constraints_path=str(Path(DATA_PATH) / "test_constraints_flag/constraints.txt"),
149149
version="~=2.0.2",
150150
)
@@ -173,7 +173,7 @@ def test_upgrade_local_wheel_test_no_constraints_flag(
173173
cut(
174174
package,
175175
skip_post_install=True,
176-
wheels_path=str(wheels_dir),
176+
wheels_path=str(Path(DATA_PATH) / "test_constraints_flag"),
177177
version="~=2.0.2",
178178
)
179179
dependencies_from_venv = use_pip(

0 commit comments

Comments
 (0)