Merge pull request #128260 from dotlambda/python-izone-1.1.6

python3Packages.python-izone: 1.1.5 -> 1.1.6
This commit is contained in:
Fabian Affolter 2021-06-27 10:48:23 +02:00 committed by GitHub
commit b22947175f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-izone";
version = "1.1.5";
version = "1.1.6";
disabled = pythonOlder "3.5";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Swamp-Ig";
repo = "pizone";
rev = "v${version}";
sha256 = "0ilvawlhyg5p08ri26zbcvgysrfsmza23scy4ijrx3jbc3669r2c";
sha256 = "sha256-zgE1ccEPSa9nX0SEMN02VEGfnHexk/+jCJe7ugUL5UA=";
};
propagatedBuildInputs = [
@ -33,13 +33,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# attempt network connection
"test_fail_on_connect"
"test_connection_lost"
"test_ip_addr_change"
];
pythonImportsCheck = [ "pizone" ];
meta = with lib; {