/build/python-pytest-mpl/src/python-pytest-mpl/setup.py:4: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running bdist_egg running egg_info creating pytest_mpl.egg-info writing pytest_mpl.egg-info/PKG-INFO writing dependency_links to pytest_mpl.egg-info/dependency_links.txt writing entry points to pytest_mpl.egg-info/entry_points.txt writing requirements to pytest_mpl.egg-info/requires.txt writing top-level names to pytest_mpl.egg-info/top_level.txt writing manifest file 'pytest_mpl.egg-info/SOURCES.txt' reading manifest file 'pytest_mpl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pytest_mpl.egg-info/SOURCES.txt' installing library code to build/bdist.linux-riscv64/egg /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( running install_lib running build_py creating build creating build/lib creating build/lib/pytest_mpl copying pytest_mpl/plugin.py -> build/lib/pytest_mpl copying pytest_mpl/__init__.py -> build/lib/pytest_mpl creating build/bdist.linux-riscv64 creating build/bdist.linux-riscv64/egg creating build/bdist.linux-riscv64/egg/pytest_mpl copying build/lib/pytest_mpl/plugin.py -> build/bdist.linux-riscv64/egg/pytest_mpl copying build/lib/pytest_mpl/__init__.py -> build/bdist.linux-riscv64/egg/pytest_mpl byte-compiling build/bdist.linux-riscv64/egg/pytest_mpl/plugin.py to plugin.cpython-310.pyc byte-compiling build/bdist.linux-riscv64/egg/pytest_mpl/__init__.py to __init__.cpython-310.pyc creating build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/PKG-INFO -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/SOURCES.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/dependency_links.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/entry_points.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/requires.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/top_level.txt -> build/bdist.linux-riscv64/egg/EGG-INFO copying pytest_mpl.egg-info/zip-safe -> build/bdist.linux-riscv64/egg/EGG-INFO creating dist creating 'dist/pytest_mpl-0.13-py3.10.egg' and adding 'build/bdist.linux-riscv64/egg' to it removing 'build/bdist.linux-riscv64/egg' (and everything under it)