From 70f498a10af0e613ff0dd4531a89406c77df4635 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:53:15 +0200 Subject: [PATCH] chore: temporary fossa fix (#1033) --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f7315d18..ad93f9ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,6 @@ 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"} @@ -65,3 +57,11 @@ 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"]