Skip to content

Commit e6cfda0

Browse files
committed
Fix pytest.skip output
1 parent 89b8c24 commit e6cfda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_venv_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_venv_install_requirements(
4343

4444
# Install the requirements
4545
if not (requirements_stem is RequirementsStem.requirements or use_file_name):
46-
pytest.skip(f"Empty file name case only valid for requirements.txt, not {requirements_stem}")
46+
pytest.skip(f"Empty file name case only valid for requirements.txt, not {requirements_stem.value}.txt")
4747

4848
install_file_name = ""
4949
if use_file_name:

0 commit comments

Comments
 (0)