Skip to content

Commit

Permalink
pytest maxfail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaetani committed Dec 9, 2024
1 parent 572af58 commit 8077a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ env =
FIRETEXT_API_KEY=Firetext
NOTIFICATION_QUEUE_PREFIX=testing
REDIS_ENABLED=0
addopts = -p no:warnings --max-fail=10
addopts = -p no:warnings --maxfail=10
xfail_strict = true

0 comments on commit 8077a22

Please sign in to comment.