Skip to content

Commit 0c4b19f

Browse files
authored
remove engine="numba" from tests (#410)
No one uses it...
1 parent cdb2417 commit 0c4b19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
from hypothesis import HealthCheck, Verbosity, settings
33

4-
from . import requires_numba, requires_numbagg
4+
from . import requires_numbagg
55

66
settings.register_profile(
77
"ci",
@@ -24,7 +24,7 @@
2424
params=[
2525
"flox",
2626
"numpy",
27-
pytest.param("numba", marks=requires_numba),
27+
# pytest.param("numba", marks=requires_numba),
2828
pytest.param("numbagg", marks=requires_numbagg),
2929
],
3030
)

0 commit comments

Comments
 (0)