diff --git a/recipes/wordpress/tests_wordpress/runner_wordpress.py b/recipes/wordpress/tests_wordpress/runner_wordpress.py index 0b5cb12..f79bd51 100644 --- a/recipes/wordpress/tests_wordpress/runner_wordpress.py +++ b/recipes/wordpress/tests_wordpress/runner_wordpress.py @@ -1,14 +1,6 @@ from pytest_abra import Runner, Test -def condition_always_true(env_config: dict[str, str]) -> bool: - return True - - -def condition_always_false(env_config: dict[str, str]) -> bool: - return False - - def condition_has_locale(env_config: dict[str, str]) -> bool: if "LOCALE" in env_config: if "de" in env_config["LOCALE"]: