mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
delete disable_signals fixture that is not being used
This commit is contained in:
@@ -56,15 +56,6 @@ def clear_cache():
|
|||||||
cache.clear()
|
cache.clear()
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session", autouse=False)
|
|
||||||
def disable_signals():
|
|
||||||
'''
|
|
||||||
Disable all django model signals.
|
|
||||||
'''
|
|
||||||
mocked = mock.patch('django.dispatch.Signal.send', autospec=True)
|
|
||||||
mocked.start()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session", autouse=True)
|
@pytest.fixture(scope="session", autouse=True)
|
||||||
def celery_memory_broker():
|
def celery_memory_broker():
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user