summaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py3/_pytest/assertion
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-02-11 09:20:15 +0300
committerrobot-piglet <[email protected]>2026-02-11 10:24:33 +0300
commit9662901efa290997a5990fe3a98e0f3f572fbbcd (patch)
tree09e62600009025a39c18238773edc53d57c69bbb /contrib/python/pytest/py3/_pytest/assertion
parent72e2e4fb5634001484795bce3f6ca27e21b24905 (diff)
Intermediate changes
commit_hash:7e33eedd3346f1d14784103b125731b0608488a2
Diffstat (limited to 'contrib/python/pytest/py3/_pytest/assertion')
-rw-r--r--contrib/python/pytest/py3/_pytest/assertion/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/pytest/py3/_pytest/assertion/util.py b/contrib/python/pytest/py3/_pytest/assertion/util.py
index a7074115d65..68cb8c8f672 100644
--- a/contrib/python/pytest/py3/_pytest/assertion/util.py
+++ b/contrib/python/pytest/py3/_pytest/assertion/util.py
@@ -329,7 +329,7 @@ def _compare_eq_iterable(
verbose: int = 0,
) -> List[str]:
if verbose <= 0 and not running_on_ci():
- return ["Use -v to get more diff"]
+ return ["Use --pytest-args=-v to get more diff"]
# dynamic import to speedup pytest
import difflib