Skip to content

Conversation

@dataflake
Copy link
Member

@dataflake dataflake commented Nov 14, 2025

Draft PR due to test failures on Python 3.14.

Fixes #56.

@dataflake dataflake requested a review from icemac November 14, 2025 14:45
@dataflake dataflake self-assigned this Nov 14, 2025
@dataflake dataflake marked this pull request as draft November 14, 2025 14:45
@dataflake
Copy link
Member Author

Across several packages I am seeing doctest failures on Python 3.14 that seem to point to different behavior regarding ellipses?

@davisagli
Copy link
Member

@dataflake Maybe related to python/cpython#134903?

@icemac
Copy link
Member

icemac commented Dec 17, 2025

@dataflake Python 3.14 returns one <BLANKLINE> less, so I replaced them with a placeholder to make it work for all Python versions.

@icemac icemac marked this pull request as ready for review December 17, 2025 07:12
@icemac icemac enabled auto-merge (squash) December 17, 2025 07:14
@icemac icemac merged commit 4196a68 into master Dec 17, 2025
20 checks passed
@icemac icemac deleted the config-with-pure-python-template-2921ca42 branch December 17, 2025 07:15
@dataflake
Copy link
Member Author

Thank you for taking that on.

In many cases this obsession of Jim and the Zope 3 team with using doctests has led to "stupid things" being tested, like details of the built-in module's output behavior, which can change at any time. I still have a very strong dislike to doctests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test failure with Python 3.14

4 participants