Skip to content

Commit 8b5a37b

Browse files
committed
Remove test marks
1 parent 6ec039f commit 8b5a37b

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ testpaths = [
9191
"tests/test_resources.py",
9292
"tests/branches",
9393
]
94+
markers = [
95+
"branch: branch lifecycle tests",
96+
"backup: clone and restore tests",
97+
]
9498

9599
[tool.ruff]
96100
target-version = 'py313'

tests/branches/test_basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import pytest
55
from conftest import BRANCH_TIMEOUT_SEC, wait_for_status
66

7-
pytestmark = pytest.mark.branch
8-
97
_BRANCH_PASSWORD = "SecurePass1!"
108
_BRANCH_NAME = "test-branch"
119
_BRANCH_RENAMED = "test-branch-renamed"

tests/branches/test_clone_restore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import psycopg
44
import pytest
55

6-
pytestmark = pytest.mark.backup
7-
86
_BRANCH_PASSWORD = "SecurePass1!"
97

108

tests/branches/test_start_stop.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import pytest
22
from conftest import BRANCH_TIMEOUT_SEC, wait_for_status
33

4-
pytestmark = pytest.mark.branch
5-
64

75
@pytest.fixture(scope="module")
86
def org(make_org):

tests/test_backup_schedules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
import pytest
55

6-
pytestmark = pytest.mark.backup
7-
86
_state: dict = {}
97

108
_BACKUP_POLL_SEC = 15

0 commit comments

Comments
 (0)