mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Run all the tests again
This commit is contained in:
parent
4d9bf05a91
commit
1d3ca95cc9
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[profile.default]
|
||||
# Mark tests that take longer than 10s as slow.
|
||||
# Terminate after 90s as a stop-gap measure to terminate on deadlock.
|
||||
slow-timeout = { period = "10s", terminate-after = 9 }
|
||||
slow-timeout = { period = "10s", terminate-after = 20 }
|
||||
|
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -309,8 +309,7 @@ jobs:
|
|||
--no-default-features \
|
||||
--features python,pypi,python-managed \
|
||||
--workspace \
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow \
|
||||
-- uninstall_duplicate_by_path
|
||||
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
|
||||
|
||||
# Separate jobs for the nightly crate
|
||||
windows-trampoline-check:
|
||||
|
|
|
@ -263,7 +263,7 @@ fn uninstall_duplicate_by_path() -> Result<()> {
|
|||
.expect("Path is valid unicode"),
|
||||
)?;
|
||||
|
||||
uv_snapshot!(context.filters(), context
|
||||
uv_snapshot!(context
|
||||
.pip_sync()
|
||||
.arg("-vv")
|
||||
.arg(requirements_txt.path()), @r"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue