14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
24 hash = "sha256-if65ROQg+vQtPCVCFFaBtNVxRDVZMsK4WWlfzcT5oto=";
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
46 disabledTestPaths = lib.optionals (pythonAtLeast "3.11") [
48 "tests/test_injection.py"
49 "tests/test_processors.py"
50 "tests/test_providers.py"
55 description = "Module for dependency injection and result processing";
56 homepage = "https://github.com/pyapp-kit/in-n-out";
57 changelog = "https://github.com/pyapp-kit/in-n-out/blob/v${version}/CHANGELOG.md";
58 license = licenses.bsd3;
59 maintainers = with maintainers; [ fab ];