blob: cee31b2c75cd49e6682f316ec9f757115762b333 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/python/pytest/py3/_pytest/assertion/util.py (index)
+++ contrib/python/pytest/py3/_pytest/assertion/util.py (working tree)
@@ -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
|