Skip to content

Commit

Permalink
Change default freeze_file to outdated.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Mar 27, 2024
1 parent 5f7029d commit 17c3e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pip_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _parse_args(
"-f",
metavar="FILE_PATH",
type=lambda path: Path(path.strip()).resolve(),
default=Path("requirements.txt").resolve(),
default=Path("outdated.txt").resolve(),
help="Specify the file path to store the frozen packages",
)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion tests/pip_review_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_parse_args_empty_args() -> None:
auto=False,
continue_on_fail=False,
freeze_outdated_packages=False,
freeze_file=Path("requirements.txt").resolve(),
freeze_file=Path("outdated.txt").resolve(),
preview=False,
),
[],
Expand Down

0 comments on commit 17c3e01

Please sign in to comment.