diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-16 08:16:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-16 08:16:40 +0100 |
| commit | 67504ea505797f515fb51c9688ce746c0997e9b2 (patch) | |
| tree | eae31fd3def6d30aac0440fbf9d87f624f166980 /tests/requirements | |
| parent | 5c23d9f0c32f166c81ecb6f3f01d5077a6084318 (diff) | |
Refs #34118 -- Skipped not compatible requirements on daily builds for Python 3.12.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/py3.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 29f8d1a1b2..6a88d17a8f 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -5,10 +5,10 @@ backports.zoneinfo; python_version < '3.9' bcrypt black docutils -geoip2 +geoip2; python_version < '3.12' jinja2 >= 2.9.2 -numpy -Pillow >= 6.2.0 +numpy; python_version < '3.12' +Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12' # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0 |
