Skip to content

Commit

Permalink
comm - Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Nov 21, 2024
1 parent 32af6d3 commit 31558d1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pkgs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "swarmauri-community"
version = "0.5.3.dev2"
version = "0.5.3.dev3"
description = "This repository includes Swarmauri community components."
authors = ["Jacob Stewart <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -88,4 +88,18 @@ python-dotenv = "^1.0.0"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini
[tool.pytest.ini_options]
norecursedirs = ["combined", "scripts"]

markers = [
"test: standard test",
"unit: Unit tests",
"integration: Integration tests",
"acceptance: Acceptance tests",
"experimental: Experimental tests"
]
log_cli = true
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)s] %(message)s"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 31558d1

Please sign in to comment.