-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I'm running 8.3.0 tests with Python 3.14.0 and I see this failure:
=================================== FAILURES ===================================
__________________________________ test_edit ___________________________________
tests/test_termui.py:397: in test_edit
assert reopened_file.read() == "aTest\nbTest"
E AssertionError: assert 'aTest\nbTest\n' == 'aTest\nbTest'
E
E aTest
E - bTest
E + bTest
E ? +
=========================== short test summary info ============================
FAILED tests/test_termui.py::test_edit - AssertionError: assert 'aTest\nbTest\n' == 'aTest\nbTest'
aTest
- bTest
+ bTest
? +
============ 1 failed, 1284 passed, 21 skipped, 1 xfailed in 5.26s =============
To reproduce the issue I just downloaded the 8.3.0 sdist from PyPI, unpacked it and then started tox -e py314.
Please note that on this platform the sed is not GNU sed, but BSD sed. When I force to use GNU sed in the test, then all tests pass.
Environment:
- Python version: 3.14.0
- Click version: 8.3.0
- OS: OpenIndiana
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels