diff --git a/plinth/modules/wordpress/tests/test_functional.py b/plinth/modules/wordpress/tests/test_functional.py index 8a594a5b4..4f73fd984 100644 --- a/plinth/modules/wordpress/tests/test_functional.py +++ b/plinth/modules/wordpress/tests/test_functional.py @@ -7,6 +7,8 @@ import pytest from plinth.tests import functional +pytestmark = [pytest.mark.apps, pytest.mark.wordpress] + @pytest.fixture(scope='module', autouse=True) def fixture_background(session_browser): diff --git a/pyproject.toml b/pyproject.toml index 5e46e2701..0d4e658b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,5 +64,6 @@ markers = [ "ttrss", "upgrades", "users", + "wordpress", "zoph", ]