Skip to content

docs:Update postgres docs to use pytest script#12918

Open
VIM4L-M wants to merge 1 commit into
neondatabase:mainfrom
VIM4L-M:docs/update-postgrs-pytest
Open

docs:Update postgres docs to use pytest script#12918
VIM4L-M wants to merge 1 commit into
neondatabase:mainfrom
VIM4L-M:docs/update-postgrs-pytest

Conversation

@VIM4L-M

@VIM4L-M VIM4L-M commented Jun 30, 2026

Copy link
Copy Markdown

Problem

The updating-postgres.md file had an issue in the 12th step
image
The scripts folder no longer had the poetry script, where it had a pytest.

Summary of changes

Changed the line ./scripts/poetry -k pg15 to ./scripts/pytest -k pg15
Fixes: #11056

Copilot AI review requested due to automatic review settings June 30, 2026 05:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Postgres update documentation to use the current test runner helper script, aligning the documented workflow with what exists in scripts/.

Changes:

  • Update the Step 12 command in docs/updating-postgres.md from ./scripts/poetry -k pg15 to ./scripts/pytest -k pg15.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VIM4L-M VIM4L-M changed the title Update postgres docs to use pytest script docs:Update postgres docs to use pytest script Jun 30, 2026
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.

Incorrect command in updating postgres documentation

2 participants