Skip to content

Commit

Permalink
python3Packages.nox: Remove optional dependencies from testing (#363779)
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis authored Dec 22, 2024
2 parents 9563848 + d2db437 commit da8a31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/nox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ buildPythonPackage rec {
uv = [ uv ];
};

nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies);
nativeCheckInputs = [ pytestCheckHook ];

preCheck = ''
export HOME=$(mktemp -d)
Expand Down

0 comments on commit da8a31d

Please sign in to comment.