You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /usr/bin/pytest -ra -m 'not network'============================= test session starts ==============================platform linux -- Python 3.10.14, pytest-8.2.2, pluggy-1.5.0rootdir: /home/tkloczko/rpmbuild/BUILD/aiohttp_retry-2.9.0configfile: pyproject.tomlplugins: asyncio-0.23.8, aiohttp-1.0.5asyncio: mode=autocollected 5 items / 1 error==================================== ERRORS ====================================____________________ ERROR collecting tests/test_client.py _____________________ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/aiohttp_retry-2.9.0/tests/test_client.py'.Hint: make sure your test modules/packages have valid Python names.Traceback:/usr/lib64/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level)tests/test_client.py:20: in <module> from tests.app import AppE ModuleNotFoundError: No module named 'tests'=========================== short test summary info ============================ERROR tests/test_client.py!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!=============================== 1 error in 0.18s ===============================
Looks like empty tests/init.py file is missing
After create that file
The text was updated successfully, but these errors were encountered: