testing/test_helpconfig: remove unclear comment

This commit is contained in:
Ran Benita 2020-12-19 14:48:56 +02:00
parent 92ba96b061
commit 8b220fad4d
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ def test_version_less_verbose(pytester: Pytester, pytestconfig, monkeypatch) ->
monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD")
result = pytester.runpytest("--version")
assert result.ret == 0
# p = py.path.local(py.__file__).dirpath()
result.stderr.fnmatch_lines([f"pytest {pytest.__version__}"])