Skip to content

Commit 61f4aa8

Browse files
committed
Revert "ci(tests_pytest_plugin) Mark tests as benchmark"
This reverts commit 8bc2b26.
1 parent f58d30b commit 61f4aa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_pytest_plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from libvcs.pytest_plugin import CreateRepoPytestFixtureFn
1010

1111

12-
@pytest.mark.benchmark
1312
@pytest.mark.skipif(not shutil.which("git"), reason="git is not available")
1413
def 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")
2826
def 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
4138
def test_plugin(
4239
pytester: pytest.Pytester,
4340
monkeypatch: pytest.MonkeyPatch,

0 commit comments

Comments
 (0)