From ee9c9a74e665bf4dabea441eb7e9d1693f681e35 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 7 Nov 2022 23:55:26 +0200 Subject: [PATCH] - Fix unittests --- tests/test_pkgset_source_koji.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_pkgset_source_koji.py b/tests/test_pkgset_source_koji.py index 56c4ea71..61b45700 100644 --- a/tests/test_pkgset_source_koji.py +++ b/tests/test_pkgset_source_koji.py @@ -8,6 +8,8 @@ import six from ddt import ddt, data, unpack from typing import AnyStr, List, Set, Dict, Tuple +from tests.test_gather_method_hybrid import MockModule + try: import unittest2 as unittest from unittest2 import mock