Remove pytest_options={"rA": None} in CI (#25263)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -299,7 +299,6 @@ tf_job = CircleCIJob(
|
|||||||
],
|
],
|
||||||
parallelism=1,
|
parallelism=1,
|
||||||
pytest_num_workers=6,
|
pytest_num_workers=6,
|
||||||
pytest_options={"rA": None},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -311,7 +310,6 @@ flax_job = CircleCIJob(
|
|||||||
"pip install -U --upgrade-strategy eager .[flax,testing,sentencepiece,flax-speech,vision]",
|
"pip install -U --upgrade-strategy eager .[flax,testing,sentencepiece,flax-speech,vision]",
|
||||||
],
|
],
|
||||||
parallelism=1,
|
parallelism=1,
|
||||||
pytest_options={"rA": None},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -323,7 +321,6 @@ pipelines_torch_job = CircleCIJob(
|
|||||||
"pip install --upgrade --upgrade-strategy eager pip",
|
"pip install --upgrade --upgrade-strategy eager pip",
|
||||||
"pip install -U --upgrade-strategy eager .[sklearn,torch,testing,sentencepiece,torch-speech,vision,timm,video]",
|
"pip install -U --upgrade-strategy eager .[sklearn,torch,testing,sentencepiece,torch-speech,vision,timm,video]",
|
||||||
],
|
],
|
||||||
pytest_options={"rA": None},
|
|
||||||
marker="is_pipeline_test",
|
marker="is_pipeline_test",
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -337,7 +334,6 @@ pipelines_tf_job = CircleCIJob(
|
|||||||
"pip install -U --upgrade-strategy eager .[sklearn,tf-cpu,testing,sentencepiece,vision]",
|
"pip install -U --upgrade-strategy eager .[sklearn,tf-cpu,testing,sentencepiece,vision]",
|
||||||
"pip install -U --upgrade-strategy eager tensorflow_probability",
|
"pip install -U --upgrade-strategy eager tensorflow_probability",
|
||||||
],
|
],
|
||||||
pytest_options={"rA": None},
|
|
||||||
marker="is_pipeline_test",
|
marker="is_pipeline_test",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user