Skip to content

Commit

Permalink
chore: fossa update (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz authored Sep 10, 2024
1 parent 20ebf8f commit e4758f7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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"]

0 comments on commit e4758f7

Please sign in to comment.