mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
fix: resolve pytest conftest conflicts with package-specific configs
This commit is contained in:
@@ -86,14 +86,6 @@ ignore = ["E501"] # ignore line too long
|
||||
[tool.mypy]
|
||||
exclude = ["packages/crewai/src/crewai/cli/templates", "packages/*/tests"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = [
|
||||
"packages/crewai/tests",
|
||||
"packages/tools/tests",
|
||||
]
|
||||
markers = [
|
||||
"telemetry: mark test as a telemetry test (don't mock telemetry)",
|
||||
]
|
||||
|
||||
# PyTorch index configuration, since torch 2.5.0 is not compatible with python 3.13
|
||||
[[tool.uv.index]]
|
||||
|
||||
Reference in New Issue
Block a user