isso: 0.12.5 -> 0.12.6.1

main
Francesco Gazzetta 2 years ago
parent 29a988f978
commit de096b7c83
  1. 11
      pkgs/servers/isso/default.nix

@ -16,13 +16,13 @@ in
with python3Packages; buildPythonApplication rec {
pname = "isso";
version = "0.12.5";
version = "0.12.6.1";
src = fetchFromGitHub {
owner = "posativ";
repo = pname;
rev = version;
sha256 = "12ccfba2kwbfm9h4zhlxrcigi98akbdm4qi89iglr4z53ygzpay5";
sha256 = "sha256-b2iJmOOsaI4lqJ5//jmHflXRx4yFDaAoKZixXoWIyZg=";
};
propagatedBuildInputs = [
@ -47,10 +47,13 @@ with python3Packages; buildPythonApplication rec {
make js
'';
checkInputs = [ nose ];
checkInputs = [
pytest
pytest-cov
];
checkPhase = ''
${python.interpreter} setup.py nosetests
pytest
'';
passthru.tests = { inherit (nixosTests) isso; };

Loading…
Cancel
Save