mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
http-prompt: disable tests
The http-prompt tests do something with files, which leads to permission errors during test execution. For now replace the check with a executable sanity check
This commit is contained in:
parent
65fb15aaf8
commit
6bb1817999
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user