From 5b16fda00cb6e6c455c5dffc5bbcfbd941157b9b Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 4 Oct 2023 11:51:24 -0700 Subject: [PATCH] add random order plugin (#30166) add random order old-commit-hash: 2048808827bff61977465939297b9d5941e91cb7 --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a53c98c2f..40de348022 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f71f613f59be58d7598daad562c360338ff9877b63caff3d67113d902c6d671c -size 450611 +oid sha256:1e9969f3dbbc5122de48b4aa0f891d829457c1047bf51d92796a38717a27e528 +size 450856 diff --git a/pyproject.toml b/pyproject.toml index 471473894c..d61a45c9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,6 +148,7 @@ pytest-subtests = "*" pytest-xdist = "*" pytest-timeout = "*" pytest-timeouts = "*" +pytest-random-order = "*" ruff = "*" scipy = "*" sphinx = "*"