Skip to content

Conversation

@cjohnhanson
Copy link
Contributor

Ran into snapshot test issues in my local dev setup and the fix was to do COLUMNS=150 make test, so thought it could be worthwhile to set in the recipes themselves.

cjohnhanson and others added 2 commits November 7, 2025 17:44
- Add COLUMNS=150 to `make test` to ensure consistent snapshot formatting
- Add COLUMNS=150 to `make test-all-python` for all Python versions
- This matches the CI environment setting and prevents local test failures
  due to terminal width differences

Fixes snapshot test failures when running tests locally with different
terminal widths.
@DouweM
Copy link
Collaborator

DouweM commented Nov 10, 2025

@cjohnhanson Thanks Cody!

@DouweM DouweM changed the title fix: Set COLUMNS=150 for make test targets fix: Set COLUMNS=150 for make test targets Nov 10, 2025
@DouweM DouweM enabled auto-merge (squash) November 10, 2025 14:43
@DouweM DouweM merged commit 4c96765 into pydantic:main Nov 10, 2025
30 checks passed
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.

2 participants