Skip to content

Commit

Permalink
Add pytest-random-order plugin and configure options (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jan 14, 2024
1 parent 406c7a5 commit 9e83c95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,17 @@ mdformat-footnote = "*"
[tool.poetry.group.test.dependencies]
pytest = "*"
pytest-rerunfailures = "*"
pytest-random-order = "*"
hypothesis = "*"

[tool.poetry.group.doc.dependencies]
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"]
Expand Down

0 comments on commit 9e83c95

Please sign in to comment.