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

ci: Run CI and tox test for all supported python versions 3.7+ #536

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

wookayin
Copy link
Member

  • Include python 3.7, 3.8, and 3.9 as well to the Github CI actions.

  • Configure tox to run tests on python3.7-python3.12 (skip if python
    interpreters are not found on local environments).

  • Add "Contributing" section to docs/development, suggesting how to run
    tests locally.

  • Unify the way how we specify pytest options (-s -vv) into tox.ini.

  • Bump up python_requires to 3.7 in the package spec.

  • Make sure to use nvim --clean to against flaky tests. No SHADA and
    swapfiles should be used.

- Include python 3.7, 3.8, and 3.9 as well to the Github CI actions.

- Configure tox to run tests on python3.7-python3.12 (skip if python
  interpreters are not found on local environments).

- Add "Contributing" section to docs/development, suggesting how to run
  tests locally.

- Unify the way how we specify pytest options (`-s -vv`) into tox.ini.

- Bump up `python_requires` to 3.7 in the package spec.

- Make sure to use `nvim --clean` to against flaky tests. No SHADA and
  swapfiles should be used.
Copy link
Member

@justinmk justinmk left a comment

Choose a reason for hiding this comment

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

We should probably move docs/development.rst to CONTRIBUTING.md but this is a nice PR so let's get it merged.

@justinmk justinmk merged commit e2aef95 into neovim:master Sep 25, 2023
10 of 13 checks passed
@wookayin wookayin deleted the ci-improvements branch September 25, 2023 04:43
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