Skip to content

Commit

Permalink
Ignore some test files and commit changes done by tests
Browse files Browse the repository at this point in the history
This commit is done without verification because we don't need
newlines at the end of files. Running tests modifies these files
and that makes the git repo dirty after every test run.
This should prevent it.
  • Loading branch information
frenzymadness committed Aug 1, 2024
1 parent f7c44f6 commit 251f6aa
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ venv.bak/

# mypy
.mypy_cache/

# These files are created by tests run but are useless
tests/data/install/pip-tools_direct_reference/requirements.txt
tests/data/install/poetry_secondary_source/Pipfile.lock
tests/data/install/requirements_editable/Pipfile.lock
2 changes: 1 addition & 1 deletion tests/data/install/invalid_pipfile/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_editable/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_env_vars/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_env_vars_default/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_file/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_iter_index/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_url/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_vcs/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_vcs_editable/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/data/install/pipenv_vcs_subdir/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/data/parse/poetry_markers_extra/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 251f6aa

Please sign in to comment.