isso: fix tests

Due to some dependency bump, isso ceased to build its tests for a deprecated API usage.
A PR has been sent upstream, see in the diff and it is applied via substitution here.

+6
+6
pkgs/servers/isso/default.nix
··· 23 23 "doc" 24 24 ]; 25 25 26 + postPatch = '' 27 + # Remove when https://github.com/posativ/isso/pull/973 is available. 28 + substituteInPlace isso/tests/test_comments.py \ 29 + --replace "self.client.delete_cookie('localhost.local', '1')" "self.client.delete_cookie(key='1', domain='localhost')" 30 + ''; 31 + 26 32 propagatedBuildInputs = [ 27 33 itsdangerous 28 34 jinja2