3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #32856 from markus1189/http-prompt

http-prompt: disable tests
This commit is contained in:
Orivej Desh 2017-12-21 01:35:27 +00:00 committed by GitHub
commit b58cda709d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,10 @@ pythonPackages.buildPythonApplication rec {
six
];
checkPhase = ''
$out/bin/${name} --version | grep -q "${version}"
'';
meta = with stdenv.lib; {
description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting";
homepage = https://github.com/eliangcs/http-prompt;