python3Packages.python-izone: 1.1.8 -> 1.2.3

This commit is contained in:
Robert Schütz 2021-12-29 14:03:47 +00:00 committed by Jonathan Ringer
parent 835d5ad96e
commit 5d90841dd0

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-izone";
version = "1.1.8";
version = "1.2.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Swamp-Ig";
repo = "pizone";
rev = "v${version}";
sha256 = "sha256-/qPWSTO0PV4lEgwWpgcoBnbUtDUrEVItb4NF9TV2QJU=";
hash = "sha256-WF37t9vCEIyQMeN3/CWAiiZ5zsMRMFQ5UvMUqfoGM9I=";
};
propagatedBuildInputs = [
@ -34,10 +34,7 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# Test are blocking
"tests/test_fullstack.py"
];
doCheck = false; # most tests access network
pythonImportsCheck = [
"pizone"