apache / flagon-distill

Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs
https://flagon.apache.org/
Apache License 2.0
10 stars 14 forks source link

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

Closed rc10house closed 3 weeks ago

rc10house commented 1 month ago

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