python3Packages.paste: ignore deprecation warning in tests
Martin Weinelt 4 months ago c8947cb5 68af5d20
··· 40 40 touch tests/urlparser_data/secured.txt 41 41 ''; 42 42 43 43 + disabledTests = [ 44 44 + # pkg_resources deprecation warning 45 45 + "test_form" 46 46 + ]; 47 47 + 43 48 pythonNamespaces = [ "paste" ]; 44 49 45 50 meta = with lib; {