From c723492f2f326fd7c6597bac45e58cd98a254dba Mon Sep 17 00:00:00 2001 From: sage Date: Thu, 10 Feb 2022 16:49:20 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/python/pytest/plugins/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/python/pytest/plugins') diff --git a/library/python/pytest/plugins/fixtures.py b/library/python/pytest/plugins/fixtures.py index 6f7e0a27e49..e321bfca74a 100644 --- a/library/python/pytest/plugins/fixtures.py +++ b/library/python/pytest/plugins/fixtures.py @@ -33,7 +33,7 @@ def metrics(request): def set_ybenchmark(cls, benchmark_values): for benchmark in benchmark_values["benchmark"]: name = benchmark["name"] - for key, value in six.iteritems(benchmark): + for key, value in six.iteritems(benchmark): if key != "name": cls.set("{}_{}".format(name, key), value) -- cgit v1.3