We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9563848 + d2db437 commit da8a31dCopy full SHA for da8a31d
pkgs/development/python-modules/nox/default.nix
@@ -50,7 +50,7 @@ buildPythonPackage rec {
50
uv = [ uv ];
51
};
52
53
- nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies);
+ nativeCheckInputs = [ pytestCheckHook ];
54
55
preCheck = ''
56
export HOME=$(mktemp -d)
0 commit comments