Skip to content

Commit

Permalink
chore: adapt to changes in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 12, 2023
1 parent d48ce16 commit 0ae18a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from snakemake_executor_plugin_cluster_sync import ExecutorSettings


class TestWorkflows(snakemake.common.tests.TestWorkflowsBase):
class TestWorkflows(snakemake.common.tests.TestWorkflowsLocalStorageBase):
__test__ = True

def _get_cmd(self, cmd) -> str:
Expand All @@ -17,9 +17,3 @@ def get_executor(self) -> str:

def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
return ExecutorSettings(submit_cmd=self._get_cmd("qsub.sh"))

def get_default_storage_provider(self) -> Optional[str]:
return None

def get_default_storage_prefix(self) -> Optional[str]:
return None

0 comments on commit 0ae18a1

Please sign in to comment.