python3Packages.roombapy: 1.6.2-1 -> 1.6.3
This commit is contained in:
parent
92b12e0687
commit
00427b462b
|
@ -32,9 +32,10 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [ "tests/" ];
|
disabledTestPaths = [
|
||||||
|
# Requires network access
|
||||||
disabledTestPaths = [ "tests/test_discovery.py" ];
|
"tests/test_discovery.py"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "roombapy" ];
|
pythonImportsCheck = [ "roombapy" ];
|
||||||
|
|
||||||
|
|
|
@ -354,6 +354,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||||
"rituals_perfume_genie"
|
"rituals_perfume_genie"
|
||||||
"rmvtransport"
|
"rmvtransport"
|
||||||
"roku"
|
"roku"
|
||||||
|
"roomba"
|
||||||
"rss_feed_template"
|
"rss_feed_template"
|
||||||
"ruckus_unleashed"
|
"ruckus_unleashed"
|
||||||
"safe_mode"
|
"safe_mode"
|
||||||
|
|
Loading…
Reference in New Issue