python3Packages.opower: fix tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:50 +02:00
parent 8904a86f24
commit b4153e1837
@@ -41,6 +41,11 @@ buildPythonPackage rec {
python-dotenv
];
disabledTestPaths = [
# network access
"tests/test_opower.py"
];
pythonImportsCheck = [ "opower" ];
disabledTests = [