Skip to content

Commit

Permalink
fix pytest config (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder authored Oct 7, 2024
1 parent 603b6d3 commit 78d4ab7
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 @@ -22,7 +22,7 @@ include = [
typeCheckingMode = "strict"
reportMissingTypeStubs = "none"

[tool.pytest.ini-options]
[tool.pytest.ini_options]
# Integration tests are located in `python/tests/integration`, but they should be ran from the
# appropriate Docker image (usually using GitHub Actions).
testpaths = ["python/tests/unit"]

0 comments on commit 78d4ab7

Please sign in to comment.