[tox]
envlist = py38, py39, py310, py311, py312, py313
skip_missing_interpreters = true

[testenv]
deps =
    git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
extras = test
commands = py.test --cov=caosadvancedtools --cov-report=html:.tox/cov_html -vv {posargs}

[flake8]
max-line-length=100

[pytest]
testpaths = unittests
addopts = -vv
xfail_strict = True