Skip to content

Commit 9abfe96

Browse files
committed
update configs
1 parent 1a952d1 commit 9abfe96

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
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

hatch.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
installer = "uv"
33
features = ["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]
196
extra-dependencies = [
207
"coverage[toml]",

0 commit comments

Comments
 (0)