From e4758f7c732af0e78b5b01ad2cd386098f956916 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:45:54 +0200 Subject: [PATCH] chore: fossa update (#1073) --- pyproject.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6fcd652fc..99e5d6df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,14 @@ traps = 'splunk_connect_for_snmp.traps:main' inventory-loader = 'splunk_connect_for_snmp.inventory.loader:load' run-walk = 'splunk_connect_for_snmp.walk:run_walk' +[tool.pytest.ini_options] +log_cli = true +log_cli_level = "DEBUG" +log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" +log_cli_date_format = "%Y-%m-%d %H:%M:%S" +testpaths = ["test"] +python_files = ["test_*.py"] + [tool.poetry.dependencies] python = "^3.8" pymongo = {extras = ["srv"], version = "^4.0.0"} @@ -59,10 +67,3 @@ build-backend = "poetry.masonry.api" #docker run --rm -d -p 27017:27017 --name example-mongo mongo:latest #docker run --rm -d -p 5672:5672 --hostname my-rabbit --name some-rabbit rabbitmq:3 -[tool.pytest.ini_options] -log_cli = true -log_cli_level = "DEBUG" -log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" -log_cli_date_format = "%Y-%m-%d %H:%M:%S" -testpaths = ["test"] -python_files = ["test_*.py"]