Skip to content
Snippets Groups Projects
Commit 03e09eb5 authored by Valentin Syrovatskiy's avatar Valentin Syrovatskiy
Browse files

chore: add pytest-repeat python package

parent 4a1b7fd5
No related branches found
No related tags found
1 merge request!406Update python deps, add pytest-repeat python package
Pipeline #14017 passed
...@@ -14,6 +14,7 @@ mypy = "*" ...@@ -14,6 +14,7 @@ mypy = "*"
pytest-clarity = "*" pytest-clarity = "*"
prettytable = "*" prettytable = "*"
pytest_harvest = "*" pytest_harvest = "*"
pytest-repeat = "*"
[requires] [requires]
python_version = "3.10" python_version = "3.10"
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "fc6762600a9f93547b45aadabf499b600a21cc2b47f2066fd9f38ba15364cf42" "sha256": "dd073de7b937ef0517bf0137c0ec731fd0e482d92cf1551bf44039074d91fcb2"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -396,6 +396,14 @@ ...@@ -396,6 +396,14 @@
"index": "pypi", "index": "pypi",
"version": "==1.10.4" "version": "==1.10.4"
}, },
"pytest-repeat": {
"hashes": [
"sha256:4474a7d9e9137f6d8cc8ae297f8c4168d33c56dd740aa78cfffe562557e6b96e",
"sha256:5cd3289745ab3156d43eb9c8e7f7d00a926f3ae5c9cf425bec649b2fe15bad5b"
],
"index": "pypi",
"version": "==0.9.1"
},
"pytest-xdist": { "pytest-xdist": {
"hashes": [ "hashes": [
"sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291", "sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment