tests: Remove on_commit monkeypatch

This commit is contained in:
Kara Engelhardt
2026-04-07 13:32:15 +02:00
parent 734f639d41
commit c81006d18d
7 changed files with 33 additions and 60 deletions
-5
View File
@@ -33,11 +33,6 @@ from tests.base import SoupTest, extract_form_fields
from pretix.base.models import Event, Organizer, OutgoingMail, Team, User
@pytest.fixture
def class_monkeypatch(request, monkeypatch):
request.cls.monkeypatch = monkeypatch
@pytest.mark.usefixtures("class_monkeypatch")
class OrganizerTest(SoupTest):
@scopes_disabled()