File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 'pytest-xdist' ,
4949 'pytest-timeout' ,
5050 'nbformat' ,
51- 'oslo.concurrency'
51+ 'oslo.concurrency' ,
52+ 'flaky' ,
5253 ],
5354 'examples' : [
5455 'matplotlib' ,
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def test_to_from_filesystem_vanilla(self):
134134 TestBase .logger .info ("collected from {}: {}" .format (__file__ .split ('/' )[- 1 ],
135135 run_prime .run_id ))
136136
137- @pytest .mark .flaky (reruns = 3 )
137+ @pytest .mark .flaky ()
138138 def test_to_from_filesystem_search (self ):
139139
140140 model = Pipeline ([
Original file line number Diff line number Diff line change 77import unittest .mock
88
99import numpy as np
10+ import pytest
1011
1112import openml
1213import openml .exceptions
@@ -826,6 +827,7 @@ def test_initialize_model_from_run(self):
826827 self .assertEqual (flowS .components ['VarianceThreshold' ].
827828 parameters ['threshold' ], '0.05' )
828829
830+ @pytest .mark .flaky ()
829831 def test_get_run_trace (self ):
830832 # get_run_trace is already tested implicitly in test_run_and_publish
831833 # this test is a bit additional.
You can’t perform that action at this time.
0 commit comments