diff options
author | Lydéric Debusschère <lyderic.de@gmail.com> | 2023-10-18 13:04:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 13:04:21 +0200 |
commit | db5d0ac6ac592073f21095c26d031e17cdeabc76 (patch) | |
tree | 1e2665e702c83dcc8ad0bf9158c4067b6058d3a9 /pytest.ini | |
parent | 2802013dc669c503041931f3f9d8a5a251d5e12e (diff) | |
download | spack-db5d0ac6ac592073f21095c26d031e17cdeabc76.tar.gz spack-db5d0ac6ac592073f21095c26d031e17cdeabc76.tar.bz2 spack-db5d0ac6ac592073f21095c26d031e17cdeabc76.tar.xz spack-db5d0ac6ac592073f21095c26d031e17cdeabc76.zip |
[fix] py-werkzeug: add constraint in python dependence (#40590)
py-werkzeug@:0.12 does not work with python@3.10:
Test with py-werkzeug 0.12.2 and python 3.10:
```
$ python3.10 -c 'import werkzeug'
py-werkzeug-0.12.2/lib/python3.11/site-packages/werkzeug/datastructures.py", line 16, in <module>
from collections import Container, Iterable, MutableSet
ImportError: cannot import name 'Container' from 'collections'
```
Test with py-werkzeug 0.12.2 and python 3.9:
```
python3.9 -c "from collections import Container"
<string>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
```
Diffstat (limited to 'pytest.ini')
0 files changed, 0 insertions, 0 deletions