Skip to content

Fix random CI fails during tavern testing phase

Mateusz Żebrak requested to merge mzebrak/tavern-random-fails-fix into mzebrak/haf-ci

Fixes E ImportError: module '' not in sys.modules

It looks like pykwalify dependency is causing random fails during CI pipelines and the newer version of tavern uses jsonschema instead of pykwalify for tavern schema.

Merge request reports