[tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] asyncio_mode = "auto" filterwarnings = [ "ignore::DeprecationWarning", "ignore::PendingDeprecationWarning" ] [project] name = "roa2web" version = "1.0.0" description = "ROA2WEB ERP Application" requires-python = ">=3.10"