Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 80a5dea

Browse files
committed
add marker to pytest_configure
1 parent 84d5a17 commit 80a5dea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • localstack-core/localstack/testing/pytest

localstack-core/localstack/testing/pytest/marking.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,7 @@ def pytest_configure(config):
228228
"markers",
229229
"requires_in_process: mark the test as requiring the test to run inside the same process as LocalStack - will not work if tests are run against a running LS container.",
230230
)
231+
config.addinivalue_line(
232+
"markers",
233+
"k8s_always_run: mark the test to always run in k8s environment. This allows us to run tests that would otherwise be skipped, such as localstack_only tests.",
234+
)

0 commit comments

Comments
 (0)