mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fix
This commit is contained in:
parent
1bca014c4d
commit
0c2c3d3abf
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
python_files = ["test*.py"]
|
python_files = ["test*.py"]
|
||||||
addopts = ["-v", "-s"]
|
addopts = ["-v", "-s"]
|
||||||
retries = 5
|
retries = 2
|
||||||
retry_delay = 0.5
|
retry_delay = 0.5
|
||||||
cumulative_timing = false
|
cumulative_timing = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue