aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py3/_pytest/nodes.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-24 22:11:05 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-24 22:11:05 +0300
commit7f5e1f5ef44ca7b0cddee7ef62f932851755448b (patch)
tree3f58cd8e1121c199dab668088bbd6cd4bf41b175 /contrib/python/pytest/py3/_pytest/nodes.py
parentd3dcefce22da142f53fd9af30dda58955f889e48 (diff)
downloadydb-7f5e1f5ef44ca7b0cddee7ef62f932851755448b.tar.gz
intermediate changes
ref:d4b5687d4c7a66b907f70930ef85d76f209837f1
Diffstat (limited to 'contrib/python/pytest/py3/_pytest/nodes.py')
-rw-r--r--contrib/python/pytest/py3/_pytest/nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/pytest/py3/_pytest/nodes.py b/contrib/python/pytest/py3/_pytest/nodes.py
index e49c1b003e..1a168043a4 100644
--- a/contrib/python/pytest/py3/_pytest/nodes.py
+++ b/contrib/python/pytest/py3/_pytest/nodes.py
@@ -111,7 +111,7 @@ def _imply_path(
NODE_CTOR_FSPATH_ARG.format(
node_type_name=node_type.__name__,
),
- stacklevel=3,
+ stacklevel=6,
)
if path is not None:
if fspath is not None: