Remove commented out code in test_utils.py

This commit is contained in:
mprahl
2019-10-30 15:29:45 -04:00
parent f6baf5a427
commit ef0ab348bc

View File

@@ -76,10 +76,6 @@ class FakeSCM(object):
@pytest.mark.usefixtures("reuse_component_init_data")
class TestUtilsComponentReuse:
#
# def teardown_method(self, test_method):
# clean_database()
@pytest.mark.parametrize(
"changed_component", ["perl-List-Compare", "perl-Tangerine", "tangerine", None]
)