mirror of https://github.com/astral-sh/uv
Drop retries for flaking tests
This commit is contained in:
parent
ca97e0ec3e
commit
1e529c5253
|
|
@ -1,13 +1,3 @@
|
|||
[profile.default]
|
||||
# Mark tests that take longer than 10s as slow
|
||||
slow-timeout = "10s"
|
||||
|
||||
[[profile.default.overrides]]
|
||||
# Some of these tests have a non-determinstic snapshot
|
||||
filter = 'binary(pip_install_scenarios)'
|
||||
retries = 2
|
||||
|
||||
[[profile.no-retry.overrides]]
|
||||
# An optional profile to avoid retries
|
||||
filter = 'binary(pip_install_scenarios)'
|
||||
retries = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue