python39Packages.rokuecp: disable failing tests

This commit is contained in:
Fabian Affolter 2022-06-08 12:41:13 +02:00
parent 7770164a07
commit 66bb79f640

View File

@ -8,6 +8,7 @@
, fetchFromGitHub , fetchFromGitHub
, poetry-core , poetry-core
, pytest-asyncio , pytest-asyncio
, pytest-freezegun
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, xmltodict , xmltodict
@ -43,8 +44,9 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
aresponses aresponses
pytestCheckHook
pytest-asyncio pytest-asyncio
pytest-freezegun
pytestCheckHook
]; ];
postPatch = '' postPatch = ''
@ -59,6 +61,9 @@ buildPythonPackage rec {
"test_get_dns_state" "test_get_dns_state"
# Assertion issue # Assertion issue
"test_guess_stream_format" "test_guess_stream_format"
"test_update_tv"
"test_get_apps_single_app"
"test_get_tv_channels_single_channel"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [