Skip to content

Commit

Permalink
pytest - add retries
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Apr 16, 2024
1 parent 0071c03 commit 4f2d7b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,19 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic = ["version"]

dependencies = []

[project.optional-dependencies]
dev = [
"pytest>=8.1.1",
"pytest-retry>=1.6.2",
]

[tool.maturin]
features = ["pyo3/extension-module"]

[tool.pytest.ini_options]
retries = 3
retry_delay = 0.5
cumulative_timing = false

0 comments on commit 4f2d7b5

Please sign in to comment.