lol

python312Packages.pytomorrowio: disable failing test

+5
+5
pkgs/development/python-modules/pytomorrowio/default.nix
··· 29 29 pytestCheckHook 30 30 ]; 31 31 32 + disabledTests = [ 33 + # aiohttp 3.10.6 compat 34 + "test_errors" 35 + ]; 36 + 32 37 pythonImportsCheck = [ "pytomorrowio" ]; 33 38 34 39 meta = {