mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pokete: fix version test
This commit is contained in:
parent
5d1509b942
commit
15c18b6319
@ -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 New Issue
Block a user