We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99a877 commit bb72a6cCopy full SHA for bb72a6c
1 file changed
tests/test_synthetic.py
@@ -94,7 +94,7 @@ def test_markdown(
94
) -> None:
95
user_globals = {re.split(r"[.:]", p)[-1]: import_path(p) for p in imports}
96
97
- si = SessionInfo(pkg2dists | dep2dists, user_globals)
+ si = SessionInfo(pkg2dists | dep2dists, user_globals) # type: ignore[operator] # https://github.com/python/mypy/issues/21141
98
parts = _repr.repr_markdown(si).split("\n\n")
99
pkg_str: str | None
100
dep_str: str | None
0 commit comments