Skip to content

Commit

Permalink
Disable tests on src
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 7, 2024
1 parent 289d3ae commit 437a691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extend-exclude = "src/aixd_grasshopper/components"

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests", "src/aixd_grasshopper"]
testpaths = ["tests"]
python_files = [
"test_*.py",
"tests.py"
Expand Down

0 comments on commit 437a691

Please sign in to comment.