diff --git a/cubed_xarray/tests/test_wrapping.py b/cubed_xarray/tests/test_wrapping.py index 78ee5e8..e21c245 100644 --- a/cubed_xarray/tests/test_wrapping.py +++ b/cubed_xarray/tests/test_wrapping.py @@ -1,5 +1,3 @@ -import sys - import cubed import numpy as np import pytest @@ -11,10 +9,7 @@ from cubed_xarray.cubedmanager import CubedManager -EXECUTORS = [create_executor("single-threaded")] - -if sys.version_info >= (3, 11): - EXECUTORS.append(create_executor("processes")) +EXECUTORS = [create_executor("single-threaded"), create_executor("processes")] @pytest.fixture(