Skip to content

Commit 3da135b

Browse files
committed
Fix.
1 parent d35cfee commit 3da135b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def _remove_variable_info_from_output(data: str, path: Any) -> str: # noqa: ARG
3838
new_info_line = new_info_line.replace(platform, "<platform>")
3939
pattern = re.compile(version.VERSION_PATTERN, flags=re.IGNORECASE | re.VERBOSE)
4040
new_info_line = re.sub(pattern=pattern, repl="<version>", string=new_info_line)
41+
new_info_line = new_info_line.replace("pluggy <version>", "pluggy <version>")
4142

4243
# Remove dynamic root path
4344
index_collected = next(

uv.lock

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

0 commit comments

Comments
 (0)