Upgrade expecttest to 0.2.1 (#135136)

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/135136
Approved by: https://github.com/albanD, https://github.com/atalman, https://github.com/Skylion007
This commit is contained in:
Edward Z. Yang
2024-09-05 09:33:03 -04:00
committed by PyTorch MergeBot
parent 9d24f945ba
commit 2e2fb668fa
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.1.6
expecttest==0.2.1
#Description: method for writing tests where test framework auto populates
# the expected output based on previous runs
#Pinned versions: 0.1.6
#Pinned versions: 0.2.1
#test that import:
flatbuffers==2.0

View File

@ -1,6 +1,6 @@
boto3==1.19.12
hypothesis==6.56.4
expecttest==0.1.6
expecttest==0.2.1
librosa>=0.6.2
mpmath==1.3.0
networkx==2.8.7

View File

@ -223,7 +223,7 @@ jobs:
cache: pip
- name: Install dependencies
run: |
pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.1.* numpy==1.24.*
pip install pytest-rerunfailures==11.1.* pytest-flakefinder==1.1.* pytest-xdist==3.3.* expecttest==0.2.* 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

@ -138,7 +138,7 @@ init_command = [
'--dry-run={{DRYRUN}}',
'numpy==1.24.3 ; python_version == "3.8"',
'numpy==1.26.0 ; python_version >= "3.9"',
'expecttest==0.1.6',
'expecttest==0.2.1',
'mypy==1.10.0',
'sympy==1.12.1 ; python_version == "3.8"',
'sympy==1.13.0 ; python_version >= "3.9"',

View File

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