diff --git a/poetry.lock b/poetry.lock index d7eb960aa8..1ec3847b18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3716,20 +3716,6 @@ files = [ colorama = "*" pytest = ">=7.0" -[[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" -optional = false -python-versions = ">=3.5.0" -files = [ - {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"}, -] - -[package.dependencies] -pytest = ">=3.0.0" - [[package]] name = "pytest-randomly" version = "3.15.0" @@ -5023,4 +5009,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "43fb695339982c8093dc76858ebf7ad0acbe18eb458364ac9cb6734fec27477e" +content-hash = "7f7244a89280a41937066ebf80aa64fcb375852484c9d034ea7f2de3eae4d90a" diff --git a/pyproject.toml b/pyproject.toml index 1b735507eb..f66b670480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,6 @@ pytest-subtests = "*" pytest-xdist = "*" pytest-timeout = "*" pytest-timeouts = "*" -pytest-random-order = "*" pytest-randomly = "*" ruff = "*" scipy = "*"