pythonPackages.xmlschema: 1.0.13 -> 1.0.15

This commit is contained in:
Jonathan Ringer 2019-10-14 19:38:37 -07:00
parent 5a61c5169c
commit 883031e670
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -4,14 +4,14 @@
}:
buildPythonPackage rec {
version = "1.0.13";
version = "1.0.15";
pname = "xmlschema";
src = fetchFromGitHub {
owner = "sissaschool";
repo = "xmlschema";
rev = "v${version}";
sha256 = "182439gqhlxhr9rdi9ak33z4ffy1w9syhykkckkl6mq050c80qdr";
sha256 = "1s8ggvy2s7513cxcal3r37rn1bhpkxhq3hs5m9pgvmrysxjdz8lb";
};
propagatedBuildInputs = [ elementpath ];
@ -25,6 +25,7 @@ buildPythonPackage rec {
--replace "SKIP_REMOTE_TESTS = " "SKIP_REMOTE_TESTS = True #"
pytest . \
--ignore=xmlschema/tests/test_factory.py \
--ignore=xmlschema/tests/test_memory.py \
--ignore=xmlschema/tests/test_validators.py \
--ignore=xmlschema/tests/test_schemas.py \
-k 'not element_tree_import_script'