Skip to content

Commit 911ff7f

Browse files
committed
Pin pytest-cov version to report coverage properly.
1 parent 1bb19ba commit 911ff7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-quality-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343
- name: Install Package Dependencies
4444
run: |
45-
uv sync --all-extras --no-dev
45+
uv sync --all-extras
4646
uv run python -c "import imageio;imageio.plugins.freeimage.download()"
4747
shell: bash
4848
- name: Pre-Commit (All Files)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dev-dependencies = [
8787
"pre-commit",
8888
"pyright",
8989
"pytest",
90-
"pytest-cov",
90+
"pytest-cov<7.0.0",
9191
"pytest-xdist",
9292
"scipy-stubs",
9393
"toml",

0 commit comments

Comments
 (0)