Skip to content

Commit

Permalink
test: replace wheels to avoid tests failure
Browse files Browse the repository at this point in the history
Configuration of oll_test_top_level-2.0.2 wheel is not compatible with current tests.
  • Loading branch information
oll-bot authored and sale3 committed Sep 18, 2024
1 parent 4bfc7ae commit d4e8c7a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_upgrade_local_wheel_test_constraints_flag(
cut(
package,
skip_post_install=True,
wheels_path=str(wheels_dir),
wheels_path=str(Path(DATA_PATH) / "test_constraints_flag"),
constraints_path=str(Path(DATA_PATH) / "test_constraints_flag/constraints.txt"),
version="~=2.0.2",
)
Expand Down Expand Up @@ -173,7 +173,7 @@ def test_upgrade_local_wheel_test_no_constraints_flag(
cut(
package,
skip_post_install=True,
wheels_path=str(wheels_dir),
wheels_path=str(Path(DATA_PATH) / "test_constraints_flag"),
version="~=2.0.2",
)
dependencies_from_venv = use_pip(
Expand Down

0 comments on commit d4e8c7a

Please sign in to comment.