mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Remove version checks in test (#792)
This commit is contained in:
parent
878cde6126
commit
f5c2dcfc9d
@ -58,10 +58,6 @@ except ImportError:
|
|||||||
from tests import ES_VERSION
|
from tests import ES_VERSION
|
||||||
|
|
||||||
pytestmark = [
|
pytestmark = [
|
||||||
pytest.mark.skipif(
|
|
||||||
ES_VERSION < (8, 15, 1),
|
|
||||||
reason="Eland uses Pytorch 2.3.1, versions of Elasticsearch prior to 8.15.1 are incompatible with PyTorch 2.3.1",
|
|
||||||
),
|
|
||||||
pytest.mark.skipif(
|
pytest.mark.skipif(
|
||||||
not HAS_SKLEARN, reason="This test requires 'scikit-learn' package to run"
|
not HAS_SKLEARN, reason="This test requires 'scikit-learn' package to run"
|
||||||
),
|
),
|
||||||
|
@ -38,10 +38,6 @@ except ImportError:
|
|||||||
from tests import ES_TEST_CLIENT, ES_VERSION
|
from tests import ES_TEST_CLIENT, ES_VERSION
|
||||||
|
|
||||||
pytestmark = [
|
pytestmark = [
|
||||||
pytest.mark.skipif(
|
|
||||||
ES_VERSION < (8, 15, 2),
|
|
||||||
reason="Eland uses Pytorch 2.3.1, versions of Elasticsearch prior to 8.15.2 are incompatible with PyTorch 2.3.1",
|
|
||||||
),
|
|
||||||
pytest.mark.skipif(
|
pytest.mark.skipif(
|
||||||
not HAS_SKLEARN, reason="This test requires 'scikit-learn' package to run"
|
not HAS_SKLEARN, reason="This test requires 'scikit-learn' package to run"
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user