Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues"
[project.optional-dependencies]
test = ["pytest",
"pytest-xdist",
"coverage==7.14.2",
"coverage==7.15.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Lockfile Keeps Old Coverage

This line makes .[test] install coverage==7.15.1, but the existing lockfile still resolves coverage on the old 7.14.x line. Any uv or locked local workflow can keep running a different coverage version than the updated test extra, so local coverage results and CI installs can diverge until the lockfile is regenerated.

"phantominator",
"testfixtures==8.3.0",
"requests==2.34.2"]
Expand Down
Loading