Skip to content

Fix broken test command in contributing section. - #496

Merged
brianr merged 2 commits into
rollbar:masterfrom
Montana:patch-1
Jun 30, 2026
Merged

Fix broken test command in contributing section.#496
brianr merged 2 commits into
rollbar:masterfrom
Montana:patch-1

Conversation

@Montana

@Montana Montana commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Hey all.

Confirmed, there's no [project.optional-dependencies] here, so .[test] resolves to nothing and pip just warns the extra is missing. Switched to pip install -e . --group test. Worth noting --groupneedspip ≥ 25.1(when PEP 735 landed), so I added auv sync --group test` fallback in the doc for anyone on older pip.

First, there is no `setup.py` in the repo. The project is fully `pyproject.toml-based` (`build-backend =` "`setuptools.build_meta`", version is dynamic via `tool.setuptools.dynamic`). 

So a contributor who copies that line literally gets can't open file 'setup.py': No such file or directory on the spot.
@Montana Montana changed the title Fix broken test command in Contributing section. Fix broken test command in contributing section. Jun 30, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 40eded651f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md Outdated
@brianr
brianr merged commit 06e1f9f into rollbar:master Jun 30, 2026
50 checks passed
@brianr

brianr commented Jun 30, 2026

Copy link
Copy Markdown
Member

Thanks, @Montana!

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