diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9a5e06ee5f8..4542470a08b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -16601,10 +16601,11 @@ let }; checkPhase = '' - nosetests + ${python.interpreter} test_clint.py ''; - buildInputs = with self; [ pillow nose_progressive nose mock blessings nose ]; + buildInputs = with self; [ mock blessings nose nose_progressive ]; + propagatedBuildInputs = with self; [ pillow blessings args ]; meta = { maintainers = with maintainers; [ iElectric ];