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 9
9
from libvcs .pytest_plugin import CreateRepoPytestFixtureFn
10
10
11
11
12
- @pytest .mark .benchmark
13
12
@pytest .mark .skipif (not shutil .which ("git" ), reason = "git is not available" )
14
13
def test_create_git_remote_repo (
15
14
create_git_remote_repo : CreateRepoPytestFixtureFn ,
@@ -23,7 +22,6 @@ def test_create_git_remote_repo(
23
22
assert git_remote_1 != git_remote_2
24
23
25
24
26
- @pytest .mark .benchmark
27
25
@pytest .mark .skipif (not shutil .which ("svn" ), reason = "svn is not available" )
28
26
def test_create_svn_remote_repo (
29
27
create_svn_remote_repo : CreateRepoPytestFixtureFn ,
@@ -37,7 +35,6 @@ def test_create_svn_remote_repo(
37
35
assert svn_remote_1 != svn_remote_2
38
36
39
37
40
- @pytest .mark .benchmark
41
38
def test_plugin (
42
39
pytester : pytest .Pytester ,
43
40
monkeypatch : pytest .MonkeyPatch ,
You can’t perform that action at this time.
0 commit comments