Skip to content

Commit 1f9d075

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/session/cmd/test_legacy.py

+1-3
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)