Skip to content

Commit

Permalink
Remove profile from default pytest arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Sep 25, 2023
1 parent ea14091 commit 326d359
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 @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
profile = "black"

[tool.pytest.ini_options]
addopts = "--failed-first --cov-report=term-missing --durations=30 --profile-svg"
addopts = "--failed-first --cov-report=term-missing --durations=30"
testpaths = [
"tests"
]
Expand Down

0 comments on commit 326d359

Please sign in to comment.