Skip to content

Commit e1a0d48

Browse files
committed
Pin pytest-cov version to report coverage properly.
1 parent 8a59220 commit e1a0d48

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
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535
- name: Install Package Dependencies
3636
run: |
37-
uv sync --all-extras --no-dev
37+
uv sync --all-extras
3838
uv run python -c "import imageio;imageio.plugins.freeimage.download()"
3939
shell: bash
4040
- name: Pre-Commit (All Files)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dev-dependencies = [
8686
"pre-commit",
8787
"pyright",
8888
"pytest",
89-
"pytest-cov",
89+
"pytest-cov<7.0.0",
9090
"pytest-xdist",
9191
"toml",
9292
"twine",

0 commit comments

Comments
 (0)