nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python.pkgs.parsel: use checkInputs

(cherry picked from commit 09d475aab9dbb72757e2fbe51c77e60ee424b1e0)

+1 -1
+1 -1
pkgs/development/python-modules/parsel/default.nix
··· 19 19 sha256 = "9ccd82b8a122345601f6f9209e972c0e8c3518a188fcff2d37cb4d7bc570b4b8"; 20 20 }; 21 21 22 - buildInputs = [ pytest pytestrunner ]; 22 + checkInputs = [ pytest pytestrunner ]; 23 23 propagatedBuildInputs = [ functools32 six w3lib lxml cssselect ]; 24 24 25 25 checkPhase = ''