Loading pkgs/development/python-modules/aiohttp-client-cache/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ itsdangerous, motor, poetry-core, pytest-asyncio, pytest-aiohttp, pytestCheckHook, redis, Loading Loading @@ -62,18 +63,19 @@ buildPythonPackage rec { nativeCheckInputs = [ faker pytest-asyncio pytest-aiohttp pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); pytestFlags = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "aiohttp_client_cache" ]; disabledTestPaths = [ # Tests require running instances of the services "test/integration/test_dynamodb.py" "test/integration/test_redis.py" "test/integration/test_sqlite.py" "test/integration/*" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/aiohttp-client-cache/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ itsdangerous, motor, poetry-core, pytest-asyncio, pytest-aiohttp, pytestCheckHook, redis, Loading Loading @@ -62,18 +63,19 @@ buildPythonPackage rec { nativeCheckInputs = [ faker pytest-asyncio pytest-aiohttp pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); pytestFlags = [ "--asyncio-mode=auto" ]; pythonImportsCheck = [ "aiohttp_client_cache" ]; disabledTestPaths = [ # Tests require running instances of the services "test/integration/test_dynamodb.py" "test/integration/test_redis.py" "test/integration/test_sqlite.py" "test/integration/*" ]; meta = with lib; { Loading