Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8edd0da9
Unverified
Commit
8edd0da9
authored
Aug 02, 2023
by
Yih-Dar
Committed by
GitHub
Aug 02, 2023
Browse files
Remove `pytest_options={"rA": None}` in CI (#25263)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
1baeed5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+0
-4
No files found.
.circleci/create_circleci_config.py
View file @
8edd0da9
...
@@ -299,7 +299,6 @@ tf_job = CircleCIJob(
...
@@ -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(
...
@@ -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(
...
@@ -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(
...
@@ -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"
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment