From aeb123403bb78c309f52b03f5aecc23b9c4ff924 Mon Sep 17 00:00:00 2001 From: nocarryr Date: Wed, 15 Jan 2025 13:00:45 -0600 Subject: [PATCH] Add test dependencies to pipfile --- Pipfile | 2 ++ Pipfile.lock | 28 +++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6b8d5bf..f6b6b86 100644 --- a/Pipfile +++ b/Pipfile @@ -19,6 +19,8 @@ furo = "*" psutil = "*" pytest-doctestplus = "*" sphinx-codeautolink = "*" +pytest-xdist = "*" +flaky = "*" [requires] python_version = "3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 95f90d5..6324297 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2d13c5e9bb4a1695fd271940fe89f09855fd6b861bda03ed6e8dbec7935428fd" + "sha256": "856f34a749595ea0c9d588c59ad5e03df995140012887f0b9e49d60723fab3e8" }, "pipfile-spec": 6, "requires": { @@ -319,6 +319,14 @@ "markers": "python_version >= '3.7'", "version": "==1.2.2" }, + "execnet": { + "hashes": [ + "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc", + "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3" + ], + "markers": "python_version >= '3.8'", + "version": "==2.1.1" + }, "executing": { "hashes": [ "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", @@ -334,6 +342,15 @@ ], "version": "==1.2.0" }, + "flaky": { + "hashes": [ + "sha256:194ccf4f0d3a22b2de7130f4b62e45e977ac1b5ccad74d4d48f3005dcc38815e", + "sha256:47204a81ec905f3d5acfbd61daeabcada8f9d4031616d9bcb0618461729699f5" + ], + "index": "pypi", + "markers": "python_version >= '3.5'", + "version": "==3.8.1" + }, "furo": { "hashes": [ "sha256:6cd97c58b47813d3619e63e9081169880fbe331f0ca883c871ff1f3f11814f5c", @@ -715,6 +732,15 @@ "markers": "python_version >= '3.6'", "version": "==1.8.1" }, + "pytest-xdist": { + "hashes": [ + "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7", + "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.6.1" + }, "requests": { "hashes": [ "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760",