From edc1f325d994299795ceacc91d5206b628a12a54 Mon Sep 17 00:00:00 2001 From: Eudes Barbosa Date: Wed, 31 Aug 2022 16:04:18 +0200 Subject: [PATCH] Removed commented code. --- tests/snappy_pipeline/workflows/conftest.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/snappy_pipeline/workflows/conftest.py b/tests/snappy_pipeline/workflows/conftest.py index 431900716..188f32cc1 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"""