Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI:Pin pytest version to 7.0.1 on Azure #15783

Merged
merged 2 commits into from Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -172,7 +172,7 @@ stages:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python3.8 get-pip.py && \
pip3 --version && \
pip3 install setuptools==59.6.0 wheel numpy==1.18.5 cython==0.29.18 pybind11 pytest pytest-timeout pytest-xdist pytest-env pytest-cov Pillow mpmath pythran==0.10.0 --user && \
pip3 install setuptools==59.6.0 wheel numpy==1.18.5 cython==0.29.18 pybind11 pytest==7.0.1 pytest-timeout pytest-xdist pytest-env pytest-cov Pillow mpmath pythran==0.10.0 --user && \
apt-get -y install gcc-5 g++-5 gfortran-8 wget && \
cd .. && \
mkdir openblas && cd openblas && \
Expand Down Expand Up @@ -285,7 +285,7 @@ stages:
Pillow
pybind11
pythran==0.10.0
pytest
pytest==7.0.1
pytest-cov
pytest-env
pytest-timeout
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-travis-template.yaml
Expand Up @@ -72,7 +72,7 @@ steps:
mpmath
pythran
pybind11
pytest
pytest==7.0.1
pytest-xdist
displayName: 'Install common python dependencies'
- ${{ if eq(parameters.test_mode, 'full') }}:
Expand Down