============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-copr/src/copr-python-copr-1.114-1/python collected 0 items / 6 errors ==================================== ERRORS ==================================== _____________ ERROR collecting copr/test/client_v3/test_builds.py ______________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_builds.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_builds.py:3: in from copr.v3 import Client, BuildProxy copr/v3/__init__.py:3: in from .helpers import config_from_file copr/v3/helpers.py:5: in from munch import Munch E ModuleNotFoundError: No module named 'munch' _____________ ERROR collecting copr/test/client_v3/test_general.py _____________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_general.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_general.py:1: in from copr.v3.proxies import BaseProxy copr/v3/__init__.py:3: in from .helpers import config_from_file copr/v3/helpers.py:5: in from munch import Munch E ModuleNotFoundError: No module named 'munch' _____________ ERROR collecting copr/test/client_v3/test_helpers.py _____________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_helpers.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_helpers.py:3: in from munch import Munch E ModuleNotFoundError: No module named 'munch' _____________ ERROR collecting copr/test/client_v3/test_modules.py _____________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_modules.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_modules.py:7: in from copr.v3 import ModuleProxy copr/v3/__init__.py:3: in from .helpers import config_from_file copr/v3/helpers.py:5: in from munch import Munch E ModuleNotFoundError: No module named 'munch' ____________ ERROR collecting copr/test/client_v3/test_packages.py _____________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_packages.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_packages.py:8: in from copr.v3 import Client copr/v3/__init__.py:3: in from .helpers import config_from_file copr/v3/helpers.py:5: in from munch import Munch E ModuleNotFoundError: No module named 'munch' ____________ ERROR collecting copr/test/client_v3/test_requests.py _____________ ImportError while importing test module '/build/python-copr/src/copr-python-copr-1.114-1/python/copr/test/client_v3/test_requests.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) copr/test/client_v3/test_requests.py:4: in from copr.v3.requests import Request, handle_errors, CoprRequestException, munchify copr/v3/__init__.py:3: in from .helpers import config_from_file copr/v3/helpers.py:5: in from munch import Munch E ModuleNotFoundError: No module named 'munch' =========================== short test summary info ============================ ERROR copr/test/client_v3/test_builds.py ERROR copr/test/client_v3/test_general.py ERROR copr/test/client_v3/test_helpers.py ERROR copr/test/client_v3/test_modules.py ERROR copr/test/client_v3/test_packages.py ERROR copr/test/client_v3/test_requests.py !!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 6 errors in 2.14s =============================== ==> ERROR: A failure occurred in check().  Aborting...