From 03e09eb53c5c6769be43006a71f4450980c22cce Mon Sep 17 00:00:00 2001
From: Valentin Syrovatskiy <v.syrovatskiy@picodata.io>
Date: Fri, 2 Dec 2022 17:31:25 +0300
Subject: [PATCH] chore: add pytest-repeat python package

---
 Pipfile      |  1 +
 Pipfile.lock | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Pipfile b/Pipfile
index 29aa0f7cea..67398fcbff 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,6 +14,7 @@ mypy = "*"
 pytest-clarity = "*"
 prettytable = "*"
 pytest_harvest = "*"
+pytest-repeat = "*"
 
 [requires]
 python_version = "3.10"
diff --git a/Pipfile.lock b/Pipfile.lock
index 8d672c0860..c20ac67621 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "fc6762600a9f93547b45aadabf499b600a21cc2b47f2066fd9f38ba15364cf42"
+            "sha256": "dd073de7b937ef0517bf0137c0ec731fd0e482d92cf1551bf44039074d91fcb2"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -396,6 +396,14 @@
             "index": "pypi",
             "version": "==1.10.4"
         },
+        "pytest-repeat": {
+            "hashes": [
+                "sha256:4474a7d9e9137f6d8cc8ae297f8c4168d33c56dd740aa78cfffe562557e6b96e",
+                "sha256:5cd3289745ab3156d43eb9c8e7f7d00a926f3ae5c9cf425bec649b2fe15bad5b"
+            ],
+            "index": "pypi",
+            "version": "==0.9.1"
+        },
         "pytest-xdist": {
             "hashes": [
                 "sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291",
-- 
GitLab