diff --git a/poetry.lock b/poetry.lock index be79854a..90203ce3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1680,6 +1680,20 @@ pytest = ">=7.0.0" docs = ["sphinx", "sphinx-rtd-theme"] testing = ["Django", "django-configurations (>=2.0)"] +[[package]] +name = "pytest-random-order" +version = "1.1.1" +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.1.tar.gz", hash = "sha256:4472d7d34f1f1c5f3a359c4ffc5c13ed065232f31eca19c8844c1ab406e79080"}, + {file = "pytest_random_order-1.1.1-py3-none-any.whl", hash = "sha256:882727a8b597ecd06ede28654ffeb8a6d511a1e4abe1054cca7982f2e42008cd"}, +] + +[package.dependencies] +pytest = ">=3.0.0" + [[package]] name = "pytest-xdist" version = "3.5.0" @@ -2262,4 +2276,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7201b789a737cf4f503b1daef38e0eb02eb21492947e53efcb695e931306049d" +content-hash = "4465f9e1895d0fcb28b7d36bd9625f31db3459b8e19282d8391fa47cb2af36b7" diff --git a/pyproject.toml b/pyproject.toml index 1e2c0982..97b6f098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ pyperclip = "^1.8.0" freezegun = "^1.0.0" isort = "^5.10.1" flake8 = "^3.8.4" +pytest-random-order = "^1.1.1" [build-system]