summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-12-19 14:48:56 +0200
committerRan Benita <ran@unusedvar.com>2020-12-22 21:08:25 +0200
commit8b220fad4de5e36d3b62d57ca0121b4865f7e518 (patch)
tree42fc2defac6e939f2b7b13ecdbb624910370899c
parent92ba96b0612e6b06bb8f4ab05bd75481d2504806 (diff)
downloadpytest-8b220fad4de5e36d3b62d57ca0121b4865f7e518.tar.gz
testing/test_helpconfig: remove unclear comment
-rw-r--r--testing/test_helpconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/test_helpconfig.py b/testing/test_helpconfig.py
index c2533ef30..9a433b1b1 100644
--- a/testing/test_helpconfig.py
+++ b/testing/test_helpconfig.py
@@ -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__}"])