/usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /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( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( running pytest Searching for aiohttp<4.0.0,>=2.0.0 Reading https://pypi.org/simple/aiohttp/ /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/5a/86/5f63de7a202550269a617a5d57859a2961f3396ecd1739a70b92224766bc/aiohttp-3.8.1.tar.gz#sha256=fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578 Best match: aiohttp 3.8.1 Processing aiohttp-3.8.1.tar.gz Writing /tmp/easy_install-9aqn5unu/aiohttp-3.8.1/setup.cfg Running aiohttp-3.8.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9aqn5unu/aiohttp-3.8.1/egg-dist-tmp-c6k51ly6 ********************* * Accelerated build * ********************* warning: no files found matching 'aiohttp' anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiohttp/*.html' no previously-included directories found matching 'docs/_build' /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( aiohttp/_find_header.c: In function ‘find_header’: aiohttp/_find_header.c:21:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 21 | char *pchar = str; | ^~~ aiohttp/_find_header.c:9867:1: warning: label ‘missing’ defined but not used [-Wunused-label] 9867 | missing: | ^~~~~~~ aiohttp/_http_parser.c: In function ‘__pyx_f_7aiohttp_12_http_parser_cb_on_header_field’: aiohttp/_http_parser.c:12226:34: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 12226 | __pyx_t_6 = ((__pyx_v_size > __pyx_v_pyparser->_max_field_size) != 0); | ^ aiohttp/_http_parser.c:12322:148: warning: passing argument 2 of ‘__pyx_v_pyparser->__pyx_vtab->_on_header_field’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 12322 | __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_field(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 695, __pyx_L3_error) | ^~~~~~~~~~ aiohttp/_http_parser.c:12322:148: note: expected ‘char *’ but argument is of type ‘const char *’ aiohttp/_http_parser.c: In function ‘__pyx_f_7aiohttp_12_http_parser_cb_on_header_value’: aiohttp/_http_parser.c:12547:34: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 12547 | __pyx_t_6 = ((__pyx_v_size > __pyx_v_pyparser->_max_field_size) != 0); | ^ aiohttp/_http_parser.c:12643:148: warning: passing argument 2 of ‘__pyx_v_pyparser->__pyx_vtab->_on_header_value’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 12643 | __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_value(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 712, __pyx_L3_error) | ^~~~~~~~~~ aiohttp/_http_parser.c:12643:148: note: expected ‘char *’ but argument is of type ‘const char *’ aiohttp/_http_parser.c: In function ‘__pyx_pw_7aiohttp_12_http_parser_10HttpParser_7feed_data’: aiohttp/_http_parser.c:9648:17: warning: ‘__pyx_v_nb’ may be used uninitialized in this function [-Wmaybe-uninitialized] 9648 | __pyx_t_4 = __Pyx_PyObject_GetSlice(__pyx_v_data, __pyx_v_nb, 0, NULL, NULL, NULL, 1, 0, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 560, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aiohttp/_http_parser.c:9350:10: note: ‘__pyx_v_nb’ was declared here 9350 | size_t __pyx_v_nb; | ^~~~~~~~~~ creating /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/aiohttp-3.8.1-py3.10-linux-riscv64.egg Extracting aiohttp-3.8.1-py3.10-linux-riscv64.egg to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/aiohttp-3.8.1-py3.10-linux-riscv64.egg /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /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 aiosignal>=1.1.2 Reading https://pypi.org/simple/aiosignal/ /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/3b/87/fe94898f2d44a93a35d5aa74671ed28094d80753a1113d68b799fab6dc22/aiosignal-1.2.0-py3-none-any.whl#sha256=26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a Best match: aiosignal 1.2.0 Processing aiosignal-1.2.0-py3-none-any.whl Installing aiosignal-1.2.0-py3-none-any.whl to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/aiosignal-1.2.0-py3.10.egg Searching for frozenlist>=1.1.1 Reading https://pypi.org/simple/frozenlist/ Downloading https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz#sha256=68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de Best match: frozenlist 1.2.0 Processing frozenlist-1.2.0.tar.gz Writing /tmp/easy_install-kdr708cc/frozenlist-1.2.0/setup.cfg Running frozenlist-1.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kdr708cc/frozenlist-1.2.0/egg-dist-tmp-y9rc47p0 warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'frozenlist/*.html' no previously-included directories found matching 'docs/_build' /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( zip_safe flag not set; analyzing archive contents... frozenlist.__pycache__._frozenlist.cpython-310: module references __file__ ********************** * Accellerated build * ********************** creating /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/frozenlist-1.2.0-py3.10-linux-riscv64.egg Extracting frozenlist-1.2.0-py3.10-linux-riscv64.egg to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/frozenlist-1.2.0-py3.10-linux-riscv64.egg /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /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 yarl<2.0,>=1.0 Reading https://pypi.org/simple/yarl/ /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/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0/yarl-1.7.2.tar.gz#sha256=45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd Best match: yarl 1.7.2 Processing yarl-1.7.2.tar.gz Writing /tmp/easy_install-hawlyls1/yarl-1.7.2/setup.cfg Running yarl-1.7.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hawlyls1/yarl-1.7.2/egg-dist-tmp-l_e8lmf8 warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution warning: no previously-included files found matching 'yarl/*.html' warning: no previously-included files found matching 'yarl/*.so' warning: no previously-included files found matching 'yarl/*.pyd' no previously-included directories found matching 'docs/_build' /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( zip_safe flag not set; analyzing archive contents... yarl.__pycache__._quoting_c.cpython-310: module references __file__ ********************** * Accelerated build * ********************** creating /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/yarl-1.7.2-py3.10-linux-riscv64.egg Extracting yarl-1.7.2-py3.10-linux-riscv64.egg to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/yarl-1.7.2-py3.10-linux-riscv64.egg /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /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 async_timeout<5.0,>=4.0.0a3 Reading https://pypi.org/simple/async_timeout/ /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( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-1.1.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-1.2.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-1.2.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-1.3.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-1.4.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-2.0.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-2.0.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-3.0.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-3.0.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.0a0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.0a1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.0a2 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.0a3 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: timeout-4.0.2 is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl#sha256=8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c Best match: async-timeout 4.0.2 Processing async_timeout-4.0.2-py3-none-any.whl Installing async_timeout-4.0.2-py3-none-any.whl to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/async_timeout-4.0.2-py3.10.egg Searching for multidict<7.0,>=4.5 Reading https://pypi.org/simple/multidict/ Downloading https://files.pythonhosted.org/packages/8e/7c/e12a69795b7b7d5071614af2c691c97fbf16a2a513c66ec52dd7d0a115bb/multidict-5.2.0.tar.gz#sha256=0dd1c93edb444b33ba2274b66f63def8a327d607c6c790772f448a53b6ea59ce Best match: multidict 5.2.0 Processing multidict-5.2.0.tar.gz Writing /tmp/easy_install-xwjwldyy/multidict-5.2.0/setup.cfg Running multidict-5.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-xwjwldyy/multidict-5.2.0/egg-dist-tmp-ipzn04r7 warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'multidict/_multidict.html' warning: no previously-included files found matching 'multidict/*.so' warning: no previously-included files found matching 'multidict/*.pyd' warning: no previously-included files found matching 'multidict/*.pyd' no previously-included directories found matching 'docs/_build' /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( zip_safe flag not set; analyzing archive contents... multidict.__pycache__._multidict.cpython-310: module references __file__ ********************* * Accelerated build * ********************* creating /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/multidict-5.2.0-py3.10-linux-riscv64.egg Extracting multidict-5.2.0-py3.10-linux-riscv64.egg to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/multidict-5.2.0-py3.10-linux-riscv64.egg /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /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 charset-normalizer<3.0,>=2.0 Reading https://pypi.org/simple/charset-normalizer/ /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( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-1.4.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-1.4.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.0 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.2 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.3 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.4 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.5 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.6 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.7 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.8 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: normalizer-2.0.9 is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/47/84/b06f6729fac8108c5fa3e13cde19b0b3de66ba5538c325496dbe39f5ff8e/charset_normalizer-2.0.9-py3-none-any.whl#sha256=1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721 Best match: charset-normalizer 2.0.9 Processing charset_normalizer-2.0.9-py3-none-any.whl Installing charset_normalizer-2.0.9-py3-none-any.whl to /build/python-aioresponses/src/aioresponses-0.7.2/.eggs Installed /build/python-aioresponses/src/aioresponses-0.7.2/.eggs/charset_normalizer-2.0.9-py3.10.egg running egg_info writing aioresponses.egg-info/PKG-INFO writing dependency_links to aioresponses.egg-info/dependency_links.txt writing requirements to aioresponses.egg-info/requires.txt writing top-level names to aioresponses.egg-info/top_level.txt [pbr] Reusing existing 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-aioresponses/src/aioresponses-0.7.2, configfile: setup.cfg, testpaths: tests collected 0 items / 2 errors ==================================== ERRORS ==================================== _________________ ERROR collecting tests/test_aioresponses.py __________________ ImportError while importing test module '/build/python-aioresponses/src/aioresponses-0.7.2/tests/test_aioresponses.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_aioresponses.py:13: in from ddt import ddt, data E ModuleNotFoundError: No module named 'ddt' ____________________ ERROR collecting tests/test_compat.py _____________________ ImportError while importing test module '/build/python-aioresponses/src/aioresponses-0.7.2/tests/test_compat.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_compat.py:5: in from ddt import ddt, data E ModuleNotFoundError: No module named 'ddt' =========================== short test summary info ============================ ERROR tests/test_aioresponses.py ERROR tests/test_compat.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 1.44s =============================== ==> ERROR: A failure occurred in check().  Aborting...