File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ run_tests() {
26
26
--pyargs -x ${module} -n auto --dist=loadfile
27
27
}
28
28
pipver=20.3.3 # minimum required version of pip for Python 3.10
29
- setuptoolsver=50.0.0 # required for Python 3.10
29
+ setuptoolsver=50.0.1 # fix for "AttributeError: module 'importlib.util' has no attribute 'abc'"
30
30
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd ) "
31
31
32
32
rm -Rf testenv? || /bin/true
42
42
rm -f testenv1/lib/python-wheels/setuptools* \
43
43
&& pip install --force-reinstall -U pip==${pipver} \
44
44
&& pip install setuptools==${setuptoolsver} wheel
45
- pip install -rtest-requirements.txt " .${extras} "
45
+ pip install --no-build-isolation -rtest-requirements.txt " .${extras} "
46
46
# make test
47
47
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
48
48
# mkdir testenv1/not-${module}
You can’t perform that action at this time.
0 commit comments