diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-22 09:51:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 09:51:22 +0100 |
| commit | 584fc49ac48acb16051c3153d01bb23aa8599a52 (patch) | |
| tree | 6d29fd2ae728943040241ac31776e8f902c7fbd0 /tests/requirements/py3.txt | |
| parent | f01dc3cc42ba2a27d5e23920d1b55f38737666da (diff) | |
Refs #34900 -- Skipped Selenium requirement on daily builds for Python 3.13.
Selenium required trio and trio required cffi on Windows.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 20ae0c8543..26800e0506 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -14,7 +14,7 @@ pymemcache >= 3.4.0 pywatchman; sys.platform != 'win32' PyYAML redis >= 3.4.0 -selenium >= 4.8.0 +selenium >= 4.8.0; sys.platform != 'win32' or python_version < '3.13' sqlparse >= 0.3.1 tblib >= 1.5.0 tzdata |
