Upgrade expecttest to 0.3.0 (#142869)

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/142869
Approved by: https://github.com/albanD, https://github.com/malfet
This commit is contained in:
Edward Z. Yang 2024-12-11 10:34:12 -05:00 committed by PyTorch MergeBot
parent e5f08c0cbf
commit 0b96413dbf
5 changed files with 6 additions and 6 deletions

View file

@ -30,10 +30,10 @@ dill==0.3.7
#Pinned versions: 0.3.7
#test that import: dynamo/test_replay_record.py test_dataloader.py test_datapipe.py test_serialization.py
expecttest==0.2.1
expecttest==0.3.0
#Description: method for writing tests where test framework auto populates
# the expected output based on previous runs
#Pinned versions: 0.2.1
#Pinned versions: 0.3.0
#test that import:
fbscribelogger==0.1.7

View file

@ -1,6 +1,6 @@
boto3==1.35.42
hypothesis==6.56.4
expecttest==0.2.1
expecttest==0.3.0
fbscribelogger==0.1.7
librosa>=0.6.2
mpmath==1.3.0

View file

@ -229,7 +229,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.2.* fbscribelogger==0.1.* numpy==1.24.*
pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.3.* fbscribelogger==0.1.* numpy==1.24.*
pip install torch --pre --index-url https://download.pytorch.org/whl/nightly/cpu/
- name: Run run_test.py (nonretryable)
run: |

View file

@ -143,7 +143,7 @@ init_command = [
'--dry-run={{DRYRUN}}',
'numpy==1.26.4 ; python_version >= "3.9" and python_version <= "3.11"',
'numpy==2.1.0 ; python_version >= "3.12"',
'expecttest==0.2.1',
'expecttest==0.3.0',
'mypy==1.13.0',
'sympy==1.13.0 ; python_version >= "3.9"',
'types-requests==2.27.25',

View file

@ -1,6 +1,6 @@
# Python dependencies required for development
astunparse
expecttest>=0.2.1
expecttest>=0.3.0
hypothesis
numpy
psutil