Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

chore(testing): Installed tox for python versions 3.8 to 3.11 #54

Merged
merged 1 commit into from
Aug 20, 2024
Merged

chore(testing): Installed tox for python versions 3.8 to 3.11 #54

merged 1 commit into from
Aug 20, 2024

Conversation

rc10house
Copy link
Contributor

This ticket adds tox for testing our code across different python versions. Note python 3.12 is not currently included in the testing as it will cause dependency issues, though if needed we can add it and attempt to resolve them.

To test:

Install pyenv: https://github.com/pyenv/pyenv?tab=readme-ov-file#installation
Note: make sure the .pyenv directory is added to your PATH
Install tox:

python -m pip install --user tox

Run:

make install_py_versions
make test_all

Closes #52

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Jyyjy Jyyjy merged commit e4c6d2a into apache:master Aug 20, 2024
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(testing): add TOX for cross-version python testing
2 participants