From 0920af41496aa682b69e4f9bf81159cc7637fabb Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 1 Jul 2023 10:36:57 +0200 Subject: Fix test when ran with pytest-xdist --- gerbonara/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gerbonara/tests/conftest.py b/gerbonara/tests/conftest.py index bd89901..4eba5e3 100644 --- a/gerbonara/tests/conftest.py +++ b/gerbonara/tests/conftest.py @@ -1,6 +1,7 @@ import os from pathlib import Path +from itertools import chain import pytest -- cgit