Hi, you want to run tests from source package's root directory, right? The directory contains "aiohttp" subdir with __init__.py file... you try to test installed module but Python gives preference to the files in current directory so installed module and extension are ignored.