python3Packages.nox: Remove optional dependencies from testing (#363779)

authored by adisbladis and committed by GitHub da8a31d0 95638482

+1 -1
+1 -1
pkgs/development/python-modules/nox/default.nix
··· 50 50 uv = [ uv ]; 51 51 }; 52 52 53 - nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); 53 + nativeCheckInputs = [ pytestCheckHook ]; 54 54 55 55 preCheck = '' 56 56 export HOME=$(mktemp -d)