Skip to content

Commit

Permalink
Fix 'maxfail' parameter for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Apr 12, 2022
1 parent 19c9bb1 commit 5f706d6
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 @@ -35,7 +35,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]

[tool.pytest.ini_options]
addopts = "-rs -vv --cov=pyppms --cov-report html --maxfail 1"
addopts = "-rs -vv --cov=pyppms --cov-report html --maxfail=1"
markers = [
"online: enables tests requiring connection to a real PUMAPI (as opposed to a local cache)",
]

0 comments on commit 5f706d6

Please sign in to comment.