mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python311Packages.pyinsteon: 1.5.3 -> 1.6.1
Changelog: https://github.com/pyinsteon/pyinsteon/releases/tag/1.6.1
This commit is contained in:
parent
1fe3f4fb05
commit
e30c69507d
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyinsteon";
|
||||
version = "1.5.3";
|
||||
version = "1.6.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "pyinsteon";
|
||||
repo = "pyinsteon";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-9d6QbekUv63sjKdK+ZogYOkGfFXVW+JB6ITHnehLwtM=";
|
||||
hash = "sha256-s8YRDu+UpU1sisdscd87CpcLl3csOUDdIuKqx48GZsw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -48,6 +48,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# RuntimeError: BUG: Dead Listener called, still subscribed!
|
||||
"test_linking_with_i1_device"
|
||||
];
|
||||
|
||||
disabledTestPaths = lib.optionals (pythonAtLeast "3.12") [
|
||||
# Tests are blocking or failing
|
||||
"tests/test_handlers/"
|
||||
|
Loading…
Reference in New Issue
Block a user