asciinema: move nose to checkInputs

This commit is contained in:
worldofpeace 2019-01-14 08:14:38 -05:00 committed by GitHub
parent a611560b26
commit bc8e15eec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ python3Packages.buildPythonApplication rec {
pname = "asciinema";
version = "2.0.2";
buildInputs = with python3Packages; [ nose ];
propagatedBuildInputs = with python3Packages; [ requests ];
src = fetchFromGitHub {
@ -14,7 +13,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "1a2pysxnp6icyd08mgf66xr6f6j0irnfxdpf3fmzcz31ix7l9kc4";
};
checkInputs = [ glibcLocales ];
checkInputs = [ glibcLocales python3Packages.nose ];
checkPhase = ''
LC_ALL=en_US.UTF-8 nosetests