Skip to content

Fix tox so that it can run #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kurtmckee
Copy link
Contributor

@kurtmckee kurtmckee commented Jun 23, 2025

This PR introduces the following changes:

  • It updates the tox config so that it can run.

    The setup.py file is gone, as are the requirements.txt files. Poetry is invoked to install the dependencies now.

  • It updates the list of Python versions to run the test suite against.

  • It removes the now-unused default and simplejson factors

Taken together, these changes allow developers to run the test suite locally before submitting PRs to the project.

The following changes are introduced:

* Update the list of Python versions to test (3.9+)
* Remove the now-unused `default` and `simplejson` factors
* Switch to Poetry for dependency installation
* Switch to running pytest to execute the test suite
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.09%. Comparing base (97e44a9) to head (5211ff3).
Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #408   +/-   ##
=======================================
  Coverage   92.09%   92.09%           
=======================================
  Files          24       24           
  Lines         759      759           
  Branches       80       80           
=======================================
  Hits          699      699           
  Misses         42       42           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kurtmckee
Copy link
Contributor Author

Rebased on master

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