python3Packages.paste: ignore deprecation warning in tests

Changed files
+5
pkgs
development
python-modules
paste
+5
pkgs/development/python-modules/paste/default.nix
···
touch tests/urlparser_data/secured.txt
'';
pythonNamespaces = [ "paste" ];
meta = with lib; {
···
touch tests/urlparser_data/secured.txt
'';
+
disabledTests = [
+
# pkg_resources deprecation warning
+
"test_form"
+
];
+
pythonNamespaces = [ "paste" ];
meta = with lib; {