Skip to content

Commit da8a31d

Browse files
authored
python3Packages.nox: Remove optional dependencies from testing (#363779)
2 parents 9563848 + d2db437 commit da8a31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/nox/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ buildPythonPackage rec {
5050
uv = [ uv ];
5151
};
5252

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

5555
preCheck = ''
5656
export HOME=$(mktemp -d)

0 commit comments

Comments
 (0)