From 73f03d84341227767b7e9a1ac0c4df9e41e4896e Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Thu, 31 Oct 2024 13:07:31 -0400 Subject: [PATCH] Pin selenium version (#1327) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ec85eaba4..a726543c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ test = [ ] test-pyodide = [ "pytest>=6", + "selenium<=4.25.0", # unpin once >4.26.0 is available "pytest-pyodide", "pytest-timeout", "scikit-hep-testdata"