Skip to content

Commit 71bc412

Browse files
committed
Siva | bugfix in test cases
1 parent 896938e commit 71bc412

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv python install ${{ matrix.python-version }}
2424

2525
- name: Install dependencies
26-
run: uv sync --all-extras --dev
26+
run: uv sync --group dev
2727

2828
- name: Run tests
2929
run: uv run pytest

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ build-backend = "hatchling.build"
4040
[tool.hatch.build.targets.wheel]
4141
packages = ["nestedutils"]
4242

43+
[tool.pytest.ini_options]
44+
addopts = "--maxfail=1"
45+
4346
[tool.internalurls]
4447
author_username = "ysskrishna"
4548
author_name = "Y. Siva Sai Krishna"

0 commit comments

Comments
 (0)