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
|
||||
];
|
||||
|
||||
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…
Reference in New Issue