turn dependencies into strings

This commit is contained in:
Daniel 2023-12-05 16:50:17 +01:00
parent 97fb896c43
commit 24dae132a1
4 changed files with 4 additions and 6 deletions

View file

@ -12,7 +12,7 @@ class RunnerDemo(Runner):
# RunnerDemo will only execute, when setup_authentik.py has finished successfully.
# For example, setup_authentik.py generates session states, that can be used as fixtures
# that can be loaded from fixtures_authentik.py
dependencies: list[type["Runner"]] = [RunnerAuthentik]
dependencies: list[str] = ["authentik"]
# todo: update these comments
# Filename of Demo setup. If defined, it will run 1st by executing pytest