Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61f4aa8

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎tests/test_pytest_plugin.py

Copy file name to clipboardExpand all lines: tests/test_pytest_plugin.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.