We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31702dd commit 027d2e5Copy full SHA for 027d2e5
mypy/test/test_config_parser.py
@@ -206,6 +206,6 @@ def test_extend_cyclic(self) -> None:
206
207
assert stdout.getvalue() == ""
208
assert stderr.getvalue() == (
209
- f"Circular extend detected: /private{pyproject}\n"
210
- f"../pyproject.toml is not a valid path to extend from /private{ini}\n"
+ f"Circular extend detected: {pyproject}\n"
+ f"../pyproject.toml is not a valid path to extend from {ini}\n"
211
)
0 commit comments