python.pkgs.parsel: use checkInputs

This commit is contained in:
Robert Schütz 2019-03-02 14:46:05 +01:00
parent 11ac34bf93
commit 09d475aab9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "9ccd82b8a122345601f6f9209e972c0e8c3518a188fcff2d37cb4d7bc570b4b8";
};
buildInputs = [ pytest pytestrunner ];
checkInputs = [ pytest pytestrunner ];
propagatedBuildInputs = [ functools32 six w3lib lxml cssselect ];
checkPhase = ''