diff --git a/tests/snappy_pipeline/workflows/conftest.py b/tests/snappy_pipeline/workflows/conftest.py index 43190071..188f32cc 100644 --- a/tests/snappy_pipeline/workflows/conftest.py +++ b/tests/snappy_pipeline/workflows/conftest.py @@ -22,12 +22,6 @@ def dummy_config(): return CommentedMap([("data_sets", CommentedMap())]) -# @pytest.fixture -# def dummy_cluster_config(): -# """Return dummy cluster configuration OrderedDicts""" -# return CommentedMap() - - @pytest.fixture def dummy_workflow(): """Return dummy Snakemake workflow object"""