Thanks to visit codestin.com Credit goes to github.com
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 1558557 commit a04645eCopy full SHA for a04645e
1 file changed
tests/test_embed.py
@@ -61,7 +61,7 @@ def test_ipython_embed():
61
encoding="UTF-8",
62
)
63
std, err = p.communicate(_exit)
64
- assert isinstance(std, str | type(None)), (std, err, p.returncode)
+ assert isinstance(std, str), (std, err, p.returncode)
65
66
assert p.returncode == 0, (p.returncode, std)
67
assert "3 . 14" in std
0 commit comments