From c15267971d7508331f956daddd1576df461663b6 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 23 Apr 2018 14:55:06 -0400 Subject: [PATCH] Remove 'real_stix_objs1' as it is unused in the tests --- stix2/test/conftest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stix2/test/conftest.py b/stix2/test/conftest.py index ddbcb7e..c73eafb 100644 --- a/stix2/test/conftest.py +++ b/stix2/test/conftest.py @@ -154,11 +154,6 @@ def stix_objs2(): return [ind6, ind7, ind8] -@pytest.fixture -def real_stix_objs1(stix_objs1): - return [stix2.parse(x) for x in stix_objs1] - - @pytest.fixture def real_stix_objs2(stix_objs2): return [stix2.parse(x) for x in stix_objs2]