Skip to content

Commit

Permalink
fixup! Move check for --extra and --all-extras outside loop
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly authored and webknjaz committed Jan 30, 2024
1 parent 9508ead commit 5560ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3031,8 +3031,8 @@ def test_cli_compile_all_extras_with_multiple_packages(

assert out.exit_code == 0, out
assert "--all-extras" in out.stderr
assert "test_package_1/0.1/setup.py" in out.stderr
assert "test_package_2/0.1/setup.py" in out.stderr
assert f"test_package_1{os.path.sep}0.1{os.path.sep}setup.py" in out.stderr
assert f"test_package_2{os.path.sep}0.1{os.path.sep}setup.py" in out.stderr


@pytest.mark.parametrize(
Expand Down

0 comments on commit 5560ce0

Please sign in to comment.