diff options
author | jaseg <git@jaseg.de> | 2023-07-01 10:36:57 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-07-01 10:36:57 +0200 |
commit | 0920af41496aa682b69e4f9bf81159cc7637fabb (patch) | |
tree | 8a76674d90ee40b895c141fbd9366d26629e8d41 | |
parent | 7a95a0dde70481f62ad3d9c24597a3ef87ee09d8 (diff) | |
download | gerbonara-0920af41496aa682b69e4f9bf81159cc7637fabb.tar.gz gerbonara-0920af41496aa682b69e4f9bf81159cc7637fabb.tar.bz2 gerbonara-0920af41496aa682b69e4f9bf81159cc7637fabb.zip |
Fix test when ran with pytest-xdist
-rw-r--r-- | gerbonara/tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |