Skip to content
Closed
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.0",

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 Locked Installs Keep Old Coverage

This updates the test extra to coverage==7.15.0, but the lockfile still resolves an older coverage release. A developer or automation path that installs from the lockfile can keep running tests with the old version, or fail in a frozen sync because the dependency metadata and lockfile no longer match.

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