[tool:pytest] minversion = 6.0 addopts = -ra -q --strict-markers --strict-config --cov=lyra --cov-report=term-missing --cov-report=html:htmlcov --cov-fail-under=70 testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* asyncio_mode = auto markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests gpu: marks tests that require GPU filterwarnings = ignore::UserWarning ignore::DeprecationWarning