Skip to content

Commit 4e85cb2

Browse files
authored
Move pytest settings to pyproject.toml (#788)
1 parent bc07ecf commit 4e85cb2

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ packages = [
7575
"splunklib.ai.engines",
7676
]
7777

78+
[tool.pytest.ini_options]
79+
markers = ["app: requires sdk-app-collection", "smoke: essential smoke tests"]
80+
junit_family = "xunit2"
81+
82+
7883
[tool.basedpyright]
7984
exclude = [".venv"]
8085
allowedUntypedLibraries = ["splunklib"]
@@ -85,6 +90,7 @@ reportUnknownMemberType = false
8590
reportUnusedCallResult = false
8691

8792
# https://docs.astral.sh/ruff/configuration/
93+
8894
[tool.ruff]
8995
line-length = 100
9096

pytest.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)