github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/tox.ini (about) 1 [tox] 2 envlist = py3 3 4 [testenv] 5 deps=-r{toxinidir}/requirements.txt 6 -r{toxinidir}/test-requirements.txt 7 8 commands= 9 pytest --cov=lakefs_client