python3Packages.roombapy: 1.6.2-1 -> 1.6.3

This commit is contained in:
Fabian Affolter 2021-05-05 21:41:14 +02:00
parent 92b12e0687
commit 00427b462b
2 changed files with 5 additions and 3 deletions

View file

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

View file

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