nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.aioeafm: disable tests

All are async and not properly configured for pytest-asyncio.

+2
+2
pkgs/development/python-modules/aioeafm/default.nix
··· 37 37 38 38 dependencies = [ aiohttp ]; 39 39 40 + doCheck = false; # Failed: async def functions are not natively supported. 41 + 40 42 nativeCheckInputs = [ 41 43 pytest-aiohttp 42 44 pytestCheckHook