Skip to content

Commit 4057621

Browse files
authored
Merge pull request #1603 from Trusted-AI/dependabot/pip/pytest-approx-eq-7.1.1
Update pytest requirement from ~=7.0.1 to ~=7.1.1
2 parents 6912547 + 68dd5e3 commit 4057621

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo apt-get update
4848
sudo apt-get -y -q install ffmpeg libavcodec-extra
4949
python -m pip install --upgrade pip setuptools wheel
50-
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d' requirements_test.txt)
50+
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d' requirements_test.txt)
5151
pip install scipy==1.5.4
5252
pip install matplotlib==3.3.4
5353
pip install pandas==1.1.5
@@ -60,7 +60,10 @@ jobs:
6060
pip install model-pruning-google-research==0.0.3
6161
pip install jax[cpu]==0.2.17
6262
pip install h5py==2.10.0
63+
pip install pytest~=7.0.1
64+
pip install pytest-flake8~=1.1.0
6365
pip install pytest-mock
66+
pip install pytest-cov~=3.0.0
6467
pip install torch==1.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6568
pip install torchaudio==0.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6669
pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jax[cpu]==0.3.4
5151
# lingvo==0.6.4
5252

5353
# other
54-
pytest~=7.0.1
54+
pytest~=7.1.1
5555
pytest-flake8~=1.1.1
5656
pytest-mock~=3.7.0
5757
pytest-cov~=3.0.0

0 commit comments

Comments
 (0)