File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ def test_my_stuff(benchmark, i):
349349
350350
351351@skip_without_valgrind
352+ @skip_with_pytest_benchmark
352353def test_benchmark_marker_tmp_path (pytester : pytest .Pytester , codspeed_env ) -> None :
353354 pytester .makepyfile (
354355 """
@@ -365,6 +366,7 @@ def test_tmp_path(tmp_path):
365366
366367
367368@skip_without_valgrind
369+ @skip_with_pytest_benchmark
368370def test_benchmark_fixture_tmp_path (pytester : pytest .Pytester , codspeed_env ) -> None :
369371 pytester .makepyfile (
370372 """
@@ -382,6 +384,7 @@ def _():
382384
383385
384386@skip_without_valgrind
387+ @skip_with_pytest_benchmark
385388def test_benchmark_fixture_warmup (pytester : pytest .Pytester , codspeed_env ) -> None :
386389 pytester .makepyfile (
387390 """
You can’t perform that action at this time.
0 commit comments