mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
078c626408
@ -100,4 +100,4 @@ def pytest_assertrepr_compare(op: str, left: Any, right: Any) -> List[str]:
|
||||
elif isinstance(right, PathComparer) and op == "==":
|
||||
return ['Comparing path:'] + right.rdiff(left)
|
||||
else:
|
||||
raise RuntimeError
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user