fix: add root pytest config

This commit is contained in:
Greyson Lalonde
2025-09-12 23:03:58 -04:00
parent d610023527
commit 1a8bf47d20
2 changed files with 9 additions and 1 deletions

View File

@@ -137,7 +137,6 @@ contextual = [
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
[tool.hatch.version]
path = "src/crewai_tools/__init__.py"