python3Packages.anova-wifi: disable failing test
Fails with pytest 8.4.
Martin Weinelt 4 months ago 272da025 5437191e
··· 41 41 disabledTests = [ 42 42 # Makes network calls 43 43 "test_async_data_1" 44 44 + # async def functions are not natively supported. 45 45 + "test_can_create" 44 46 ]; 45 47 46 48 pythonImportsCheck = [ "anova_wifi" ];