python3Packages.pytibber: 0.32.2 -> 0.33.1 (#462297)

This commit is contained in:
dotlambda
2025-11-17 03:54:34 +00:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytibber"; pname = "pytibber";
version = "0.32.2"; version = "0.33.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Danielhiversen"; owner = "Danielhiversen";
repo = "pyTibber"; repo = "pyTibber";
tag = version; tag = version;
hash = "sha256-gMXbDpkb+LVIxVkYliskEeHOrkJxAuJdYxUEC4wp3r8="; hash = "sha256-UzPS7EukcnBWfsAANgpmOmWWI9Nv8eKocceVrmlISJg=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];
@@ -38,8 +38,10 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
disabledTestPaths = [
# Tests access network # Tests access network
doCheck = false; "test/test_tibber.py"
];
pythonImportsCheck = [ "tibber" ]; pythonImportsCheck = [ "tibber" ];