Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 1, 2024
1 parent 6fd694c commit da1c00b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tox_env/test_cachedir_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def test_cachedir_tag_created_in_new_workdir(tox_project: ToxProjectCreator) ->
assert not (cwd / ".tox").exists()
result = prj.run("run", from_cwd=cwd)
result.assert_success()
print(list((cwd / ".tox").iterdir()))
assert (cwd / ".tox" / "CACHEDIR.TAG").exists()


Expand Down

0 comments on commit da1c00b

Please sign in to comment.