From c858961358d2534429bea1660234e92746e74d6c Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 30 Dec 2022 12:42:19 +0100 Subject: [PATCH] fix: update poetry.lock with missing deps --- poetry.lock | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index f39e4a1..be7241b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -407,6 +407,17 @@ pylint = ">=2.3.0" pytest = ">=5.4" toml = ">=0.7.1" +[[package]] +name = "pytest-random-order" +version = "1.1.0" +description = "Randomise the order in which pytest tests are run with some control over the randomness" +category = "dev" +optional = false +python-versions = ">=3.5.0" + +[package.dependencies] +pytest = ">=3.0.0" + [[package]] name = "python-dateutil" version = "2.8.2" @@ -477,7 +488,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "81b73fc7ed6d593712db6d93103e059f27217e31e03e27d89ae1858f829e7d14" +content-hash = "70514fd510b2e1f2813fefd448774827d19c89246ea14b47e63109767df12dc2" [metadata.files] astroid = [ @@ -712,6 +723,10 @@ pytest-pylint = [ {file = "pytest-pylint-0.19.0.tar.gz", hash = "sha256:d88e83c1023c641548a9ec3567707ceee7616632a986af133426d4a74d066932"}, {file = "pytest_pylint-0.19.0-py3-none-any.whl", hash = "sha256:b51d3f93bed9c192e2b046f16520981bee5abe7bd61b070306e7ee685219fdd3"}, ] +pytest-random-order = [ + {file = "pytest-random-order-1.1.0.tar.gz", hash = "sha256:dbe6debb9353a7af984cc9eddbeb3577dd4dbbcc1529a79e3d21f68ed9b45605"}, + {file = "pytest_random_order-1.1.0-py3-none-any.whl", hash = "sha256:6cb1e59ab0f798bb0c3488c11ae0c70d7d3340306a466d28b28ccd8ef8c20b7e"}, +] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},