Skip to content

Commit

Permalink
Another move of -vv into test that needs it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 18, 2025
1 parent 26f0821 commit 097f185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_excludes.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def assert_stderr_contains(
# Building a Pex that requires bar should (transitively) aggressively blow up in normal
# circumstances.
run_pex_command(
args=list(pip_options.iter_args()) + ["-f", find_links, "--no-pypi", "foo"]
args=list(pip_options.iter_args()) + ["-f", find_links, "--no-pypi", "foo", "-vv"]
).assert_failure(expected_error_re=r".*I'm an evil package\..*", re_flags=re.DOTALL)

# But an `--exclude bar` should solve this by never resolving bar at all.
Expand Down

0 comments on commit 097f185

Please sign in to comment.