commit
435466661a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue