File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 99from libvcs .pytest_plugin import CreateRepoPytestFixtureFn
1010
1111
12- @pytest .mark .benchmark
1312@pytest .mark .skipif (not shutil .which ("git" ), reason = "git is not available" )
1413def test_create_git_remote_repo (
1514 create_git_remote_repo : CreateRepoPytestFixtureFn ,
@@ -23,7 +22,6 @@ def test_create_git_remote_repo(
2322 assert git_remote_1 != git_remote_2
2423
2524
26- @pytest .mark .benchmark
2725@pytest .mark .skipif (not shutil .which ("svn" ), reason = "svn is not available" )
2826def test_create_svn_remote_repo (
2927 create_svn_remote_repo : CreateRepoPytestFixtureFn ,
@@ -37,7 +35,6 @@ def test_create_svn_remote_repo(
3735 assert svn_remote_1 != svn_remote_2
3836
3937
40- @pytest .mark .benchmark
4138def test_plugin (
4239 pytester : pytest .Pytester ,
4340 monkeypatch : pytest .MonkeyPatch ,
You can’t perform that action at this time.
0 commit comments