Skip to content

Commit

Permalink
Upgrade pytest to 7.1.2 pytest-dev/pytest#8539
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Jul 18, 2022
1 parent 3a56ad9 commit e9d7d30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -22,7 +22,7 @@ env:
PIP_VER: "21.1.1"
WHEEL_VER: "0.37.1"
STOOLS_VER: "50.3.2"
PYTEST_VER: "6.0.1"
PYTEST_VER: "7.1.2"
PYTEST_RANDOMLY_VER: "3.8.0"
SCIPY_VER: "1.7.3"
JEDI_VER: "0.17.2" # https://github.com/ipython/ipython/issues/12740
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.openblas
Expand Up @@ -131,7 +131,7 @@ RUN which python \
wheel=="0.35.1" \
setuptools=="50.3.2" \
yapf=="0.30.0" \
pytest=="6.0.1"
pytest=="7.1.2"

RUN mkdir build \
&& cd build \
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_test.txt
@@ -1,4 +1,4 @@
pytest==6.0.1
pytest==7.1.2
pytest-randomly==3.8.0
scipy==1.7.3
tensorboard==2.8.0
2 changes: 1 addition & 1 deletion util/ci_utils.sh
Expand Up @@ -52,7 +52,7 @@ TORCH_REPO_URL="https://download.pytorch.org/whl/torch/"
PIP_VER="21.1.1"
WHEEL_VER="0.37.1"
STOOLS_VER="50.3.2"
PYTEST_VER="6.0.1"
PYTEST_VER="7.1.2"
PYTEST_RANDOMLY_VER="3.8.0"
SCIPY_VER="1.7.3"
YAPF_VER="0.30.0"
Expand Down

0 comments on commit e9d7d30

Please sign in to comment.