Refs #34900 -- Skipped Selenium requirement on daily builds for Python 3.13.

Selenium required trio and trio required cffi on Windows.
This commit is contained in:
Mariusz Felisiak 2023-11-22 09:51:22 +01:00 committed by GitHub
parent f01dc3cc42
commit 584fc49ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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