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

This commit is contained in:
adisbladis
2024-12-22 16:30:50 +13:00
committed by GitHub
@@ -50,7 +50,7 @@ buildPythonPackage rec {
uv = [ uv ];
};
nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies);
nativeCheckInputs = [ pytestCheckHook ];
preCheck = ''
export HOME=$(mktemp -d)