Skip to content

Commit

Permalink
fix(tests): disable retrying in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Apr 23, 2024
1 parent 79b9532 commit 4523099
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pytest
import stamina


@pytest.fixture(autouse=True, scope="session")
def deactivate_retries() -> None:
stamina.set_active(False)

0 comments on commit 4523099

Please sign in to comment.