Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindio committed Aug 2, 2017
1 parent 8fff9c3 commit dc273c0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/conftest.py
Expand Up @@ -7,14 +7,6 @@
pytest_plugins = ['helpers_namespace']


@pytest.fixture(autouse=True)
def prometheus_registry():
from prometheus_client.core import REGISTRY
yield REGISTRY
for c in REGISTRY._collector_to_names.keys():
REGISTRY.unregister(c)


@pytest.helpers.register
def assert_any_call(mockk, first, *args):
__tracebackhide__ = True
Expand Down

0 comments on commit dc273c0

Please sign in to comment.