Skip to content

Commit

Permalink
Revert "ci(tests_pytest_plugin) Mark tests as benchmark"
Browse files Browse the repository at this point in the history
This reverts commit 8bc2b26.
  • Loading branch information
tony committed Sep 22, 2024
1 parent f58d30b commit 61f4aa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from libvcs.pytest_plugin import CreateRepoPytestFixtureFn


@pytest.mark.benchmark
@pytest.mark.skipif(not shutil.which("git"), reason="git is not available")
def test_create_git_remote_repo(
create_git_remote_repo: CreateRepoPytestFixtureFn,
Expand All @@ -23,7 +22,6 @@ def test_create_git_remote_repo(
assert git_remote_1 != git_remote_2


@pytest.mark.benchmark
@pytest.mark.skipif(not shutil.which("svn"), reason="svn is not available")
def test_create_svn_remote_repo(
create_svn_remote_repo: CreateRepoPytestFixtureFn,
Expand All @@ -37,7 +35,6 @@ def test_create_svn_remote_repo(
assert svn_remote_1 != svn_remote_2


@pytest.mark.benchmark
def test_plugin(
pytester: pytest.Pytester,
monkeypatch: pytest.MonkeyPatch,
Expand Down

0 comments on commit 61f4aa8

Please sign in to comment.