mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
tests: Remove on_commit monkeypatch
This commit is contained in:
@@ -131,3 +131,8 @@ def set_lock_namespaces(request):
|
||||
yield
|
||||
else:
|
||||
yield
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def class_monkeypatch(request, monkeypatch):
|
||||
request.cls.monkeypatch = monkeypatch
|
||||
|
||||
Reference in New Issue
Block a user