Skip to content

Commit 614f3a5

Browse files
committed
Pin pytest-cov version to report coverage properly.
1 parent b4c058e commit 614f3a5

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
@@ -72,7 +72,7 @@ jobs:
7272
shell: bash
7373
- name: Install Package Dependencies
7474
run: |
75-
uv sync --all-extras --no-dev
75+
uv sync --all-extras
7676
uv run python -c "import imageio;imageio.plugins.freeimage.download()"
7777
shell: bash
7878
- name: Install OpenImageIO (macOs)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dev-dependencies = [
9595
"pre-commit",
9696
"pyright",
9797
"pytest",
98-
"pytest-cov",
98+
"pytest-cov<7.0.0",
9999
"pytest-xdist",
100100
"scipy-stubs",
101101
"toml",

0 commit comments

Comments
 (0)