running pytest /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Searching for fields Reading https://pypi.org/simple/fields/ /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/9b/e8/47bd9a613a2a1ee0bd43498549cf1c828f9a9c8d6e82ea4eb46d3fcf5629/fields-5.0.0-py2.py3-none-any.whl#sha256=67bf7da6b848fc47bc41061bf3f847c5e040333a9d532f7c89cb4e9b5b2acab0 Best match: fields 5.0.0 Processing fields-5.0.0-py2.py3-none-any.whl Installing fields-5.0.0-py2.py3-none-any.whl to /build/python-aspectlib/src/python-aspectlib-1.5.2/.eggs Installed /build/python-aspectlib/src/python-aspectlib-1.5.2/.eggs/fields-5.0.0-py3.10.egg running egg_info writing src/aspectlib.egg-info/PKG-INFO writing dependency_links to src/aspectlib.egg-info/dependency_links.txt writing entry points to src/aspectlib.egg-info/entry_points.txt writing requirements to src/aspectlib.egg-info/requires.txt writing top-level names to src/aspectlib.egg-info/top_level.txt reading manifest file 'src/aspectlib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/aspectlib.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-aspectlib/src/python-aspectlib-1.5.2, configfile: setup.cfg, testpaths: tests plugins: aspectlib-1.5.2 collected 135 items / 2 errors / 1 deselected / 132 selected ==================================== ERRORS ==================================== _________________ ERROR collecting tests/test_integrations.py __________________ tests/test_integrations.py:9: in from process_tests import dump_on_error E ModuleNotFoundError: No module named 'process_tests' _________________ ERROR collecting tests/test_integrations.py __________________ ImportError while importing test module '/build/python-aspectlib/src/python-aspectlib-1.5.2/tests/test_integrations.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) tests/test_integrations.py:9: in from process_tests import dump_on_error E ModuleNotFoundError: No module named 'process_tests' =============================== warnings summary =============================== ../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1183 /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1183: PytestDeprecationWarning: The --strict option is deprecated, use --strict-markers instead. self.issue_config_time_warning( -- Docs: https://docs.pytest.org/en/stable/warnings.html =========================== short test summary info ============================ ERROR tests/test_integrations.py - ModuleNotFoundError: No module named 'proc... ERROR tests/test_integrations.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ================== 1 deselected, 1 warning, 2 errors in 2.08s ================== ==> ERROR: A failure occurred in check().  Aborting...