[tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] markers = [ "probe: tests that require a running GammaRay probe", ] filterwarnings = ["ignore::DeprecationWarning"]