2525 rm -f " testenv${PYVER} _1/lib/python-wheels/setuptools" *
2626 pip install --force-reinstall -U pip==${pipver}
2727 pip install setuptools==${setupver} wheel
28- pip install pytest\< 5 pytest-xdist -rrequirements.txt
28+ pip install pytest\< 6 pytest-xdist -rrequirements.txt
2929 make test
3030 pip uninstall -y ${package} || true ; pip uninstall -y ${package} \
3131 || true ; make install
@@ -56,7 +56,7 @@ rm lib/python-wheels/setuptools* \
5656# The following can fail if you haven't pushed your commits to ${repo}
5757pip install -e " git+${repo} @${HEAD} #egg=${package} "
5858pushd src/${package}
59- pip install pytest\< 5 pytest-xdist
59+ pip install pytest\< 6 pytest-xdist
6060make dist
6161make test
6262cp dist/${package} * tar.gz " ../../../testenv${PYVER} _3/"
@@ -77,7 +77,7 @@ rm lib/python-wheels/setuptools* \
7777 && pip install --force-reinstall -U pip==${pipver} \
7878 && pip install setuptools==${setupver} wheel
7979pip install ${package} * tar.gz
80- pip install pytest\< 5 pytest-xdist
80+ pip install pytest\< 6 pytest-xdist
8181mkdir out
8282tar --extract --directory=out -z -f ${package} * .tar.gz
8383pushd out/${package} *
@@ -100,7 +100,7 @@ rm lib/python-wheels/setuptools* \
100100 && pip install --force-reinstall -U pip==${pipver} \
101101 && pip install setuptools==${setupver} wheel
102102pip install ${module} * .whl
103- pip install pytest\< 5 pytest-xdist
103+ pip install pytest\< 6 pytest-xdist
104104mkdir not-${module}
105105pushd not-${module}
106106# shellcheck disable=SC2086
0 commit comments