Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04645e

Browse files
committed
more windows debug
1 parent 1558557 commit a04645e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_ipython_embed():
6161
encoding="UTF-8",
6262
)
6363
std, err = p.communicate(_exit)
64-
assert isinstance(std, str | type(None)), (std, err, p.returncode)
64+
assert isinstance(std, str), (std, err, p.returncode)
6565

6666
assert p.returncode == 0, (p.returncode, std)
6767
assert "3 . 14" in std

0 commit comments

Comments
 (0)