Merge pull request #53911 from dtzWill/update/asciinema-2.0.2

asciinema: 2.0.1 -> 2.0.2
This commit is contained in:
worldofpeace 2019-01-14 08:25:15 -05:00 committed by GitHub
commit a76eeb1e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,24 +2,16 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "asciinema"; pname = "asciinema";
version = "2.0.1"; version = "2.0.2";
buildInputs = with python3Packages; [ nose ];
propagatedBuildInputs = with python3Packages; [ requests ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "asciinema"; owner = "asciinema";
repo = "asciinema"; repo = "asciinema";
rev = "v${version}"; rev = "v${version}";
sha256 = "09m9agkslrbm36y8pjqhg5nmyz9hppjyhafhzpglnadhfgwqzznr"; sha256 = "1a2pysxnp6icyd08mgf66xr6f6j0irnfxdpf3fmzcz31ix7l9kc4";
}; };
patchPhase = '' checkInputs = [ glibcLocales python3Packages.nose ];
# disable one test which is failing with -> OSError: out of pty devices
rm tests/pty_recorder_test.py
'';
checkInputs = [ glibcLocales ];
checkPhase = '' checkPhase = ''
LC_ALL=en_US.UTF-8 nosetests LC_ALL=en_US.UTF-8 nosetests