File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def _skip_slow():
2222
2323 >>> from . import _skip_slow
2424 >>> def time_something_slow():
25- pass
25+ ... pass
2626 >>> time_something.setup = _skip_slow
2727 """
2828 if os .environ .get ("ASV_SKIP_SLOW" , "0" ) == "1" :
Original file line number Diff line number Diff line change @@ -185,10 +185,7 @@ minversion = "6.0"
185185addopts = " -ra --strict-config --strict-markers"
186186log_cli_level = " INFO"
187187xfail_strict = true
188- testpaths = [" tests" , " benchmarks" ]
189- python_files = [" benchmark_*.py" , " test_*.py" ]
190- python_classes = [" Test*" , " *Suite" ]
191- python_functions = [" time_*" , " test_*" , " peakmem_*" ]
188+ testpaths = [" tests" ]
192189filterwarnings = [
193190 " error" ,
194191 " ignore:.*use `imageio` or other I/O packages directly.*:FutureWarning:skimage" ,
You can’t perform that action at this time.
0 commit comments