Skip to content

Commit 8b220fa

Browse files
committed
testing/test_helpconfig: remove unclear comment
1 parent 92ba96b commit 8b220fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_helpconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_version_less_verbose(pytester: Pytester, pytestconfig, monkeypatch) ->
1616
monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD")
1717
result = pytester.runpytest("--version")
1818
assert result.ret == 0
19-
# p = py.path.local(py.__file__).dirpath()
2019
result.stderr.fnmatch_lines([f"pytest {pytest.__version__}"])
2120

2221

0 commit comments

Comments
 (0)