watson: format with nixpkgs-fmt
This commit is contained in:
parent
5e4abf76c7
commit
7c18590208
|
@ -1,4 +1,3 @@
|
||||||
{ stdenv, pythonPackages, fetchpatch }:
|
|
||||||
|
|
||||||
with pythonPackages;
|
with pythonPackages;
|
||||||
|
|
||||||
|
@ -14,7 +13,7 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -vs tests
|
pytest -vs tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ py pytest pytest-datafiles mock pytest-mock pytestrunner ];
|
checkInputs = [ py pytest pytest-datafiles mock pytest-mock pytestrunner ];
|
||||||
propagatedBuildInputs = [ requests click arrow ];
|
propagatedBuildInputs = [ requests click arrow ];
|
||||||
|
@ -23,6 +22,6 @@ buildPythonApplication rec {
|
||||||
homepage = "https://tailordev.github.io/Watson/";
|
homepage = "https://tailordev.github.io/Watson/";
|
||||||
description = "A wonderful CLI to track your time!";
|
description = "A wonderful CLI to track your time!";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mguentner nathyong ] ;
|
maintainers = with maintainers; [ mguentner nathyong ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue