From 133a17971af3c40ff935be5c74ba2542cebbea30 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 3 Jun 2017 20:38:22 -0400 Subject: Switched our backend to be a normal fixture in tests (#3665) --- tests/utils.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py index 44e16a57..136b0607 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -25,15 +25,6 @@ KeyedHashVector = collections.namedtuple( ) -def skip_if_empty(backend_list, required_interfaces): - if not backend_list: - pytest.skip( - "No backends provided supply the interface: {0}".format( - ", ".join(iface.__name__ for iface in required_interfaces) - ) - ) - - def check_backend_support(item): supported = item.keywords.get("supported") if supported and "backend" in item.funcargs: -- cgit v1.2.3