pokete: fix version test

This commit is contained in:
figsoda 2023-05-14 10:11:18 -04:00
parent 5d1509b942
commit 15c18b6319

View File

@ -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}";
};
};