diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-05-15 19:52:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 19:52:51 +0200 |
| commit | 0b2ed4f7c8396c8d9aa8428a40e6b25c31312889 (patch) | |
| tree | 92089cc12f697e7e55946f9aaf8b1e1bb4d273e6 /tests/requirements/py3.txt | |
| parent | 883ce03e43b8c6b47f3732f00f4386be789445c8 (diff) | |
Refs #35844 -- Skipped selenium and geoip2 requirement in Windows for Python 3.14+.
Follow up to d6925f0d6beb3c08ae24bdb8fd83ddb13d1756e4.
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index aece34a0f8..1708ad2965 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -4,7 +4,7 @@ argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14' bcrypt >= 4.1.1 black >= 25.1.0 docutils >= 0.19 -geoip2 >= 4.8.0 +geoip2 >= 4.8.0; sys.platform != 'win32' or python_version < '3.14' jinja2 >= 2.11.0 numpy >= 1.26.0; python_version < '3.14' Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14' @@ -14,7 +14,7 @@ pymemcache >= 3.4.0 pywatchman; sys_platform != 'win32' PyYAML >= 6.0.2 redis >= 5.1.0 -selenium >= 4.23.0 +selenium >= 4.23.0; sys.platform != 'win32' or python_version < '3.14' sqlparse >= 0.5.0 tblib >= 3.0.0 tzdata |
