Merge pull request #264338 from RaitoBezarius/fix-isso

isso: fix tests
This commit is contained in:
Maximilian Bosch 2023-11-04 12:30:24 +01:00 committed by GitHub
commit 435466661a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,12 @@ buildPythonApplication rec {
"doc"
];
postPatch = ''
# Remove when https://github.com/posativ/isso/pull/973 is available.
substituteInPlace isso/tests/test_comments.py \
--replace "self.client.delete_cookie('localhost.local', '1')" "self.client.delete_cookie(key='1', domain='localhost')"
'';
propagatedBuildInputs = [
itsdangerous
jinja2