File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 pull_request :
99
1010env :
11- PYTEST_ADDOPTS : " -v --color=yes -n auto --junitxml=test-data/test-results.xml "
11+ PYTEST_ADDOPTS : " -v --color=yes -n auto"
1212 FORCE_COLOR : " 1"
1313 MPLBACKEND : agg
1414 # It's impossible to ignore SyntaxWarnings for a single module,
@@ -106,7 +106,7 @@ jobs:
106106 filter : blob:none
107107 - uses : actions/setup-python@v5
108108 with :
109- python-version : " 3.12 " # Changed from 3.13 to match squidpy's Python support
109+ python-version : " 3.13 "
110110 - uses : astral-sh/setup-uv@v5
111111 with :
112112 enable-cache : false
Original file line number Diff line number Diff line change 22installer = " uv"
33features = [" dev" ]
44
5- [envs .test ]
6- features = [" test" ]
7- extra-dependencies = [
8- " pytest" ,
9- " pytest-xdist" ,
10- " pytest-cov" ,
11- " pytest-mock" ,
12- " pytest-timeout" ,
13- ]
14-
15- [envs .test .scripts ]
16- test = " python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"
17-
185[envs .coverage ]
196extra-dependencies = [
207 " coverage[toml]" ,
You can’t perform that action at this time.
0 commit comments