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() {
2626 --pyargs -x ${module} -n auto --dist=loadfile
2727}
2828pipver=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'"
3030DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd ) "
3131
3232rm -Rf testenv? || /bin/true
4242 rm -f testenv1/lib/python-wheels/setuptools* \
4343 && pip install --force-reinstall -U pip==${pipver} \
4444 && pip install setuptools==${setuptoolsver} wheel
45- pip install -rtest-requirements.txt " .${extras} "
45+ pip install --no-build-isolation -rtest-requirements.txt " .${extras} "
4646 # make test
4747 pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
4848 # mkdir testenv1/not-${module}
You can’t perform that action at this time.
0 commit comments