Skip to content

Commit

Permalink
remove references to untested executors
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Oct 4, 2021
1 parent 262d39b commit 40a5fa9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
# need to import this way (rather than use pytest.lazy_fixture) to make it work with dask
from pytest_lazyfixture import lazy_fixture

from pangeo_forge_recipes.executors import (
DaskPipelineExecutor,
PrefectPipelineExecutor,
PythonPipelineExecutor,
)
from pangeo_forge_recipes.patterns import (
ConcatDim,
FilePattern,
Expand Down Expand Up @@ -441,14 +436,6 @@ def redirect_logs():
cluster.close()


_executors = {
"python": PythonPipelineExecutor,
"dask": DaskPipelineExecutor,
"prefect": PrefectPipelineExecutor,
"prefect-dask": PrefectPipelineExecutor,
}


@pytest.fixture()
def execute_recipe_python():
def execute(recipe):
Expand Down

0 comments on commit 40a5fa9

Please sign in to comment.