python3Packages.xmlschema: 1.2.3 -> 1.2.5

This commit is contained in:
Jonathan Ringer 2020-09-29 07:36:05 -07:00 committed by Jon
parent 3eff9acfbf
commit 9e13f32043

View File

@ -5,14 +5,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.2.3"; version = "1.2.5";
pname = "xmlschema"; pname = "xmlschema";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sissaschool"; owner = "sissaschool";
repo = "xmlschema"; repo = "xmlschema";
rev = "v${version}"; rev = "v${version}";
sha256 = "1lasi84d5v66xpd40fbj3lqwc5hfh3izxrr2wbfdbj4a3m996zc9"; sha256 = "0rsa75x86gdjalvy4riq7613szb616hff80crx006chyppzdkxmq";
}; };
propagatedBuildInputs = [ elementpath ]; propagatedBuildInputs = [ elementpath ];
@ -32,7 +32,7 @@ buildPythonPackage rec {
--ignore=tests/test_schemas.py \ --ignore=tests/test_schemas.py \
--ignore=tests/test_memory.py \ --ignore=tests/test_memory.py \
--ignore=tests/test_validation.py \ --ignore=tests/test_validation.py \
-k 'not element_tree_import_script' -k 'not element_tree_import_script and not export_remote'
''; '';
meta = with lib; { meta = with lib; {