Skip to content

Commit e9ae1f3

Browse files
committed
ci: pin pytest and bump pytest-cov
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent 5abc99b commit e9ae1f3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
]
4747
test = [
4848
"numpy>=1.25",
49-
"pytest>=8.3.3",
50-
"pytest-cov>=3",
49+
"pytest==8.3.3",
50+
"pytest-cov>=6",
5151
"pytest-github-actions-annotate-failures>=0.3.0",
5252
"sybil>=8.0.0",
5353
]

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)