fix: resolve pytest conftest conflicts with package-specific configs

This commit is contained in:
Greyson Lalonde
2025-09-12 22:57:42 -04:00
parent 5ee1b35889
commit d610023527
5 changed files with 9 additions and 10 deletions

View File

@@ -71,6 +71,12 @@ qdrant = [
[project.scripts]
crewai = "crewai.cli.cli:crewai"
[tool.pytest.ini_options]
testpaths = ["tests"]
markers = [
"telemetry: mark test as a telemetry test (don't mock telemetry)",
]
[tool.hatch.version]
path = "src/crewai/__init__.py"

View File

@@ -136,6 +136,7 @@ contextual = [
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
[tool.hatch.version]