Run PyTorch tests on 3.12 too (#779) (#784)

PyTorch 2.3.1 does support Python 3.12.

(cherry picked from commit 4728d9b648bc1912db9bd96c5e0dd0113e417169)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
github-actions[bot] 2025-04-24 15:40:53 +04:00 committed by GitHub
parent b6208dcd9c
commit c0e127f1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,9 +116,6 @@ def test(session, pandas_version: str):
"--nbval",
)
# PyTorch 2.3.1 doesn't support Python 3.12
if session.python == "3.12":
pytest_args += ("--ignore=eland/ml/pytorch",)
session.run(
*pytest_args,
*(session.posargs or ("eland/", "tests/")),