pokete: fix version test
This commit is contained in:
parent
5d1509b942
commit
15c18b6319
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, testers
|
||||
, pokete
|
||||
, faketty
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -41,7 +42,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
passthru.tests = {
|
||||
pokete-version = testers.testVersion {
|
||||
package = pokete;
|
||||
command = "pokete --help";
|
||||
command = "${faketty}/bin/faketty pokete --help";
|
||||
version = "v${version}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue