remove prevent_skip

This commit is contained in:
Daniel 2023-12-05 16:57:38 +01:00
parent ce76e14358
commit db8d9f6298

View file

@ -23,7 +23,6 @@ class Runner:
tests: list[Test] = [] tests: list[Test] = []
cleanups: list[Test] = [] cleanups: list[Test] = []
dependencies: list[str] = [] dependencies: list[str] = []
prevent_skip = False
def __init__(self, dotenv_path: Path, output_dir: Path, session_id: str): def __init__(self, dotenv_path: Path, output_dir: Path, session_id: str):
self.dotenv_path = dotenv_path self.dotenv_path = dotenv_path