Merge pull request #119231 from mweinelt/home-assistant-cli

home-assistant-cli: 0.9.1 -> 0.9.3; python3Packages.jsonpath-ng: fix build
This commit is contained in:
Fabian Affolter
2021-04-12 17:29:42 +02:00
committed by GitHub
2 changed files with 20 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
disabledTestFiles = [
disabledTestPaths = [
# Exclude tests that require oslotest
"tests/test_jsonpath_rw_ext.py"
];