Skip to content

Commit da1c00b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6fd694c commit da1c00b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tox_env/test_cachedir_tag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def test_cachedir_tag_created_in_new_workdir(tox_project: ToxProjectCreator) ->
1212
assert not (cwd / ".tox").exists()
1313
result = prj.run("run", from_cwd=cwd)
1414
result.assert_success()
15-
print(list((cwd / ".tox").iterdir()))
1615
assert (cwd / ".tox" / "CACHEDIR.TAG").exists()
1716

1817

0 commit comments

Comments
 (0)