Skip to content

test infrastructure updates#489

Open
terencehonles wants to merge 1 commit intorollbar:masterfrom
terencehonles:update-test-infrastructure
Open

test infrastructure updates#489
terencehonles wants to merge 1 commit intorollbar:masterfrom
terencehonles:update-test-infrastructure

Conversation

@terencehonles
Copy link
Contributor

Description of the change

Create a test dependency group that the CI and tox can use, move tox config to pyproject.toml, and use pytest to run tests.

Please include a summary of the change and which issues are fixed.
Please also include relevant motivation and context.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Maintenance
  • New release

Related issues

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers assigned
  • Issue from task tracker has a link to this pull request
  • Changes have been reviewed by at least one other engineer

@terencehonles
Copy link
Contributor Author

Some QoL changes I performed in order to debug the test failures in #488

Changes = "https://github.com/rollbar/pyrollbar/blob/master/CHANGELOG.md"
Source = "https://github.com/rollbar/pyrollbar/"

[build-system]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just alphabetized these since I was adding additional tools

version = {attr = "rollbar.__version__"}

[tool.tox]
requires = ["tox>=4.22"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is bumped to ensure dependency groups are supported

Create a test dependency group that the CI and tox can use, move tox
config to pyproject.toml, and use pytest to run tests.
@terencehonles terencehonles force-pushed the update-test-infrastructure branch from fbda240 to 6f2f11d Compare February 27, 2026 13:33
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.

1 participant