Closed wookayin closed 1 year ago
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.
-s -vv
Bump up python_requires to 3.7 in the package spec.
python_requires
Make sure to use nvim --clean to against flaky tests. No SHADA and swapfiles should be used.
nvim --clean
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.