remove prevent_skip
This commit is contained in:
parent
ce76e14358
commit
db8d9f6298
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ class Runner:
|
|||
tests: list[Test] = []
|
||||
cleanups: list[Test] = []
|
||||
dependencies: list[str] = []
|
||||
prevent_skip = False
|
||||
|
||||
def __init__(self, dotenv_path: Path, output_dir: Path, session_id: str):
|
||||
self.dotenv_path = dotenv_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue