diff --git a/pyproject.toml b/pyproject.toml index 2080a91..7be7574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,7 @@ mdformat-footnote = "*" [tool.poetry.group.test.dependencies] pytest = "*" pytest-rerunfailures = "*" +pytest-random-order = "*" hypothesis = "*" [tool.poetry.group.doc.dependencies] @@ -112,6 +113,9 @@ sphinx = "*" sphinx_rtd_theme = "*" sphinx_copybutton = "*" +[tool.pytest.ini_options] +addopts = "--random-order-bucket=global" + [tool.black] line-length = 119 target-version = ["py38", "py39", "py310", "py311"]