File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ install:
4
4
5
5
# Run tests
6
6
test * args = " ":
7
- uv run --group test pytest --cov=src --cov=tests --cov-report=xml --timeout= 30 {{ args}}
7
+ uv run --group test pytest --cov=src --cov=tests --cov-report=xml {{ args}}
8
8
9
9
# Run tests with lowest dependency resolution
10
10
test-lowest * args = " ":
11
- uv run --group test --resolution lowest-direct pytest --timeout= 30 {{ args}}
11
+ uv run --group test --resolution lowest-direct pytest {{ args}}
12
12
13
13
# Run tests with highest dependency resolution
14
14
test-highest * args = " ":
15
- uv run --group test --resolution highest pytest --timeout= 30 {{ args}}
15
+ uv run --group test --resolution highest pytest {{ args}}
16
16
17
17
# Run type checking
18
18
typing :
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ test = [
45
45
" nbmake" ,
46
46
" pytest>=8.4.0" ,
47
47
" pytest-cov>=5.0.0" ,
48
- " pytest-timeout>=2.4.0" ,
49
48
{include-group = " coiled" },
50
49
{include-group = " dask" },
51
50
]
You can’t perform that action at this time.
0 commit comments