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 05c91bb commit 9508ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3030,6 +3030,9 @@ 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


@pytest.mark.parametrize(
Expand Down

0 comments on commit 9508ead

Please sign in to comment.