Skip to content
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

tests run improvements: update from python setup.py test -> tox #754

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

ikreymer
Copy link
Member

  • Since python setup.py test is now obsolete, recommend running tests locally with tox
  • move test requirements to test_requirements.txt to share between setup.py and tox.ini
  • Update README to recommend using 'tox --current-env' for running tests locally,
  • add py3.10 to tox environments
  • ensure test run without i18n extras installed
  • replaces Update test docs #741

- move test requirements to test_requirements.txt to share between setup.py and tox.ini
- README: update to recommend using 'tox --current-env' for running tests locally
- replaces #741
- don't require i18n to import locmanager, instead set flag on load (to avoid breaking tox / pytest)
- don't add werkzeug to test requirements
@ikreymer ikreymer mentioned this pull request Aug 20, 2022
8 tasks
@ikreymer ikreymer merged commit 2ccd8eb into main Aug 31, 2022
@ikreymer ikreymer deleted the test-reqs-and-tox branch August 31, 2022 23:51
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