python3Packages.ttp: 0.6.0 -> 0.7.0

This commit is contained in:
Martin Weinelt 2021-05-17 23:15:12 +02:00
parent 400d5d938c
commit fa71a24215
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,14 +19,14 @@ let
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "ttp"; pname = "ttp";
version = "0.6.0"; version = "0.7.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dmulyalin"; owner = "dmulyalin";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "08pglwmnhdrsj9rgys1zclhq1h597izb0jq7waahpdabfg25v2sw"; sha256 = "0gv1hykbxx3wy195xynqi21rxzlh4701qw01s6pmf3x54w63fz42";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -76,6 +76,9 @@ buildPythonPackage rec {
"test_include_attribute_with_yaml_loader" "test_include_attribute_with_yaml_loader"
# TypeError: string indices must be integers # TypeError: string indices must be integers
"test_lookup_include_yaml" "test_lookup_include_yaml"
# Missing .xslx files *shrug*
"test_excel_formatter_update"
"test_excel_formatter_update_using_result_kwargs"
# missing package n2g # missing package n2g
"test_n2g_formatter" "test_n2g_formatter"
]; ];