python3Packages.roombapy: 1.6.2-1 -> 1.6.3

wip/little-gl
Fabian Affolter 3 years ago
parent 92b12e0687
commit 00427b462b
  1. 7
      pkgs/development/python-modules/roombapy/default.nix
  2. 1
      pkgs/servers/home-assistant/default.nix

@ -32,9 +32,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [ "tests/" ];
disabledTestPaths = [ "tests/test_discovery.py" ];
disabledTestPaths = [
# Requires network access
"tests/test_discovery.py"
];
pythonImportsCheck = [ "roombapy" ];

@ -354,6 +354,7 @@ in with py.pkgs; buildPythonApplication rec {
"rituals_perfume_genie"
"rmvtransport"
"roku"
"roomba"
"rss_feed_template"
"ruckus_unleashed"
"safe_mode"

Loading…
Cancel
Save