Skip to content

Commit 5473846

Browse files
pre-commit-ci[bot]ziima
authored andcommittedSep 27, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7365f1e commit 5473846

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎tests/session/cmd/test_legacy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ def test_legacy_list_env_with_no_tox_file(tox_project: ToxProjectCreator) -> Non
6565
project = tox_project({})
6666
outcome = project.run("le", "-l")
6767
outcome.assert_success()
68-
out = (
69-
f"ROOT: No tox.ini or tox.toml or pyproject.toml or setup.cfg or pyproject.toml found, assuming empty tox.ini at {project.path}\n"
70-
)
68+
out = f"ROOT: No tox.ini or tox.toml or pyproject.toml or setup.cfg or pyproject.toml found, assuming empty tox.ini at {project.path}\n"
7169
assert not outcome.err
7270
assert outcome.out == out
7371

0 commit comments

Comments
 (0)
Failed to load comments.